fix uninitialized flag causing wrong credits message

This commit is contained in:
Chris Danford
2004-01-03 03:58:37 +00:00
parent 97146abaaf
commit 5710c1bc43
+1
View File
@@ -53,6 +53,7 @@ GameState::GameState()
* use PREFSMAN. */
// Reset();
m_pPosition = NULL;
m_bIsOnSystemMenu = false;
m_pUnlockingSys = new UnlockSystem;
ReloadCharacters();