summaryrefslogtreecommitdiffstats
path: root/src/animation/CutsceneMgr.cpp
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-08-24 21:36:03 +0200
committereray orçunus <erayorcunus@gmail.com>2020-08-24 21:36:03 +0200
commitcb813bd1abdf7758a7893c354de6d9f81291c6cf (patch)
tree7639d3175c889f0e2469308d62e3d25ae6f32b4b /src/animation/CutsceneMgr.cpp
parentRevert "remove CFO" (diff)
parentsmall fix (diff)
downloadre3-cb813bd1abdf7758a7893c354de6d9f81291c6cf.tar
re3-cb813bd1abdf7758a7893c354de6d9f81291c6cf.tar.gz
re3-cb813bd1abdf7758a7893c354de6d9f81291c6cf.tar.bz2
re3-cb813bd1abdf7758a7893c354de6d9f81291c6cf.tar.lz
re3-cb813bd1abdf7758a7893c354de6d9f81291c6cf.tar.xz
re3-cb813bd1abdf7758a7893c354de6d9f81291c6cf.tar.zst
re3-cb813bd1abdf7758a7893c354de6d9f81291c6cf.zip
Diffstat (limited to 'src/animation/CutsceneMgr.cpp')
-rw-r--r--src/animation/CutsceneMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/CutsceneMgr.cpp b/src/animation/CutsceneMgr.cpp
index 9f76e7a1..83c4dbcb 100644
--- a/src/animation/CutsceneMgr.cpp
+++ b/src/animation/CutsceneMgr.cpp
@@ -374,7 +374,7 @@ CCutsceneMgr::DeleteCutsceneData(void)
DMAudio.ChangeMusicMode(MUSICMODE_GAME);
}
CTimer::Stop();
- CGame::DrasticTidyUpMemory(TheCamera.GetScreenFadeStatus() == 2);
+ CGame::DrasticTidyUpMemory(TheCamera.GetScreenFadeStatus() == FADE_2);
CTimer::Update();
}