mirror of
https://github.com/halpz/re3.git
synced 2025-06-27 14:56:21 +00:00
small fix
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user