fix uninitialized variable: this is used by EndGame, which is called at the
start of Reset(), and was normally initialized later in Reset(). I havn't seen any bugs as a result; this just showed up in valgrind.
This commit is contained in:
@@ -79,6 +79,7 @@ GameState::GameState() :
|
|||||||
m_pCurGame = NULL;
|
m_pCurGame = NULL;
|
||||||
m_iCoins = 0;
|
m_iCoins = 0;
|
||||||
m_timeGameStarted.SetZero();
|
m_timeGameStarted.SetZero();
|
||||||
|
m_bDemonstrationOrJukebox = false;
|
||||||
|
|
||||||
ReloadCharacters();
|
ReloadCharacters();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user