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