Mercurial > mm7
comparison mm7_3.cpp @ 978:9334a8c59c8d
uGameState
author | Ritor1 |
---|---|
date | Thu, 09 May 2013 02:26:04 +0600 |
parents | ec7568e13b24 |
children | 3431f6abc786 e4383e6dfbef |
comparison
equal
deleted
inserted
replaced
977:ac85898f5903 | 978:9334a8c59c8d |
---|---|
14339 pAudioPlayer->StopChannels(-1, -1); | 14339 pAudioPlayer->StopChannels(-1, -1); |
14340 pGameLoadingUI_ProgressBar->Initialize(GUIProgressBar::TYPE_None); | 14340 pGameLoadingUI_ProgressBar->Initialize(GUIProgressBar::TYPE_None); |
14341 if ( _strcmpi(pCurrentMapName, v2) ) | 14341 if ( _strcmpi(pCurrentMapName, v2) ) |
14342 SaveGame(1, 0); | 14342 SaveGame(1, 0); |
14343 | 14343 |
14344 uGameState = 2; | 14344 uGameState = GAME_STATE_2; |
14345 strcpy(pCurrentMapName, v2); | 14345 strcpy(pCurrentMapName, v2); |
14346 uLevel_StartingPointType = start_point; | 14346 uLevel_StartingPointType = start_point; |
14347 } | 14347 } |
14348 // 6BE35C: using guessed type int uLevel_StartingPointType; | 14348 // 6BE35C: using guessed type int uLevel_StartingPointType; |
14349 | 14349 |