fix uninitialized flag causing wrong credits message
This commit is contained in:
@@ -53,6 +53,7 @@ GameState::GameState()
|
||||
* use PREFSMAN. */
|
||||
// Reset();
|
||||
m_pPosition = NULL;
|
||||
m_bIsOnSystemMenu = false;
|
||||
|
||||
m_pUnlockingSys = new UnlockSystem;
|
||||
ReloadCharacters();
|
||||
|
||||
Reference in New Issue
Block a user