mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2025-01-09 08:29:25 +01:00
Fix premature CTimer calls
This commit is contained in:
parent
c869602b6d
commit
225530ef04
@ -2902,9 +2902,15 @@ CMenuManager::InitialiseChangedLanguageSettings()
|
||||
{
|
||||
if (m_bFrontEnd_ReloadObrTxtGxt) {
|
||||
m_bFrontEnd_ReloadObrTxtGxt = false;
|
||||
#ifdef FIX_BUGS
|
||||
if (gGameState > GS_INIT_ONCE)
|
||||
#endif
|
||||
CTimer::Stop();
|
||||
TheText.Unload();
|
||||
TheText.Load();
|
||||
#ifdef FIX_BUGS
|
||||
if (gGameState > GS_INIT_ONCE)
|
||||
#endif
|
||||
CTimer::Update();
|
||||
CGame::frenchGame = false;
|
||||
CGame::germanGame = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user