diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sky/logic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sky/logic.cpp b/engines/sky/logic.cpp index 20b82feafd..ccfbfbbd62 100644 --- a/engines/sky/logic.cpp +++ b/engines/sky/logic.cpp @@ -2309,7 +2309,7 @@ bool Logic::fnEyeball(uint32 id, uint32 b, uint32 c) { bool Logic::fnLeaveSection(uint32 sectionNo, uint32 b, uint32 c) { if (SkyEngine::isDemo()) - _skyControl->showGameQuitMsg(); + Engine::quitGame(); if (sectionNo == 5) //linc section - has different mouse icons _skyMouse->replaceMouseCursors(60301); |