MORTEVIELLE: Renamed main loop methods, along with quit/end/lose variables

This commit is contained in:
Paul Gilbert 2012-02-12 14:22:56 +11:00 committed by Strangerke
parent bae25fc2aa
commit 231315420b
10 changed files with 65 additions and 43 deletions

View file

@ -125,7 +125,7 @@ Common::Error SavegameManager::loadGame(int n) {
/* Initialization */
theure();
dprog();
antegame();
g_vm->gameLoaded();
show_mouse();
return Common::kNoError;
}