resolution to issue 794. Non-classic games crashed at the completion of the game.
This commit is contained in:
@@ -767,7 +767,7 @@ void TestSuite::ThreadProc(void* inParam)
|
||||
while(!theGame.observer->gameOver)
|
||||
theGame.observer->Update(counter++);
|
||||
|
||||
if(theGame.observer->mGameType != GAME_TYPE_MOMIR)
|
||||
if(theGame.observer->gameType() != GAME_TYPE_MOMIR)
|
||||
{
|
||||
stringstream stream;
|
||||
stream << *(theGame.observer);
|
||||
|
||||
Reference in New Issue
Block a user