Mercurial > mm7
diff Game.cpp @ 2453:2a8010d99cf8
_4BF5B2() renamed to BackToHouseMenu()
author | Ritor1 |
---|---|
date | Fri, 25 Jul 2014 15:06:52 +0600 |
parents | 90349b8048a5 |
children | 16f0278279a5 |
line wrap: on
line diff
--- a/Game.cpp Fri Jul 25 14:38:08 2014 +0600 +++ b/Game.cpp Fri Jul 25 15:06:52 2014 +0600 @@ -1240,7 +1240,7 @@ uGameState = GAME_FINISHED; continue; case UIMSG_PlayArcomage: - pMediaPlayer->_4BF5B2(); + BackToHouseMenu(); pArcomageGame->bGameInProgress = 1; ArcomageGame::PrepareArcomage(); continue;