Mercurial > mm7
comparison Game.cpp @ 2453:2a8010d99cf8
_4BF5B2() renamed to BackToHouseMenu()
author | Ritor1 |
---|---|
date | Fri, 25 Jul 2014 15:06:52 +0600 |
parents | 90349b8048a5 |
children | 16f0278279a5 |
comparison
equal
deleted
inserted
replaced
2452:5991abe37c1d | 2453:2a8010d99cf8 |
---|---|
1238 { | 1238 { |
1239 case UIMSG_ChangeGameState: | 1239 case UIMSG_ChangeGameState: |
1240 uGameState = GAME_FINISHED; | 1240 uGameState = GAME_FINISHED; |
1241 continue; | 1241 continue; |
1242 case UIMSG_PlayArcomage: | 1242 case UIMSG_PlayArcomage: |
1243 pMediaPlayer->_4BF5B2(); | 1243 BackToHouseMenu(); |
1244 pArcomageGame->bGameInProgress = 1; | 1244 pArcomageGame->bGameInProgress = 1; |
1245 ArcomageGame::PrepareArcomage(); | 1245 ArcomageGame::PrepareArcomage(); |
1246 continue; | 1246 continue; |
1247 case UIMSG_StartNPCDialogue: | 1247 case UIMSG_StartNPCDialogue: |
1248 if ( !uActiveCharacter ) | 1248 if ( !uActiveCharacter ) |