mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
Forgot to mention yet another Engine class change: mainMenuDialog -> openMainMenuDialog; and also forgot to commit this related file :/
svn-id: r34722
This commit is contained in:
parent
d269a84e03
commit
679b5484c4
@ -416,7 +416,7 @@ bool DefaultEventManager::pollEvent(Common::Event &event) {
|
||||
// as an event now and open up the GMM itself it would open the
|
||||
// menu twice.
|
||||
if (g_engine && !g_engine->isPaused())
|
||||
g_engine->mainMenuDialog();
|
||||
g_engine->openMainMenuDialog();
|
||||
|
||||
if (_shouldQuit)
|
||||
event.type = Common::EVENT_QUIT;
|
||||
@ -460,7 +460,7 @@ bool DefaultEventManager::pollEvent(Common::Event &event) {
|
||||
|
||||
case Common::EVENT_MAINMENU:
|
||||
if (g_engine && !g_engine->isPaused())
|
||||
g_engine->mainMenuDialog();
|
||||
g_engine->openMainMenuDialog();
|
||||
|
||||
if (_shouldQuit)
|
||||
event.type = Common::EVENT_QUIT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user