| CODENOTIFIER | HelpYou are not signed inSign in |
Project: ScummVM
Revision: 34722
Author: fingolfin
Date: 02 Oct 2008 13:55:08
Changes:Forgot to mention yet another Engine class change: mainMenuDialog -> openMainMenuDialog; and also forgot to commit this related file :/
Files:| ... | ...@@ -416,7 +416,7 @@ | |
| 416 | 416 | // as an event now and open up the GMM itself it would open the |
| 417 | 417 | // menu twice. |
| 418 | 418 | if (g_engine && !g_engine->isPaused()) |
| 419 | g_engine->mainMenuDialog(); | |
| 419 | g_engine->openMainMenuDialog(); | |
| 420 | 420 | |
| 421 | 421 | if (_shouldQuit) |
| 422 | 422 | event.type = Common::EVENT_QUIT; |
| ... | ...@@ -460,7 +460,7 @@ | |
| 460 | 460 | |
| 461 | 461 | case Common::EVENT_MAINMENU: |
| 462 | 462 | if (g_engine && !g_engine->isPaused()) |
| 463 | g_engine->mainMenuDialog(); | |
| 463 | g_engine->openMainMenuDialog(); | |
| 464 | 464 | |
| 465 | 465 | if (_shouldQuit) |
| 466 | 466 | event.type = Common::EVENT_QUIT; |