diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/composer/scripting.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/composer/scripting.cpp b/engines/composer/scripting.cpp index 5fa3d137b4..ff5391eceb 100644 --- a/engines/composer/scripting.cpp +++ b/engines/composer/scripting.cpp @@ -676,8 +676,8 @@ int16 ComposerEngine::scriptFuncCall(uint16 id, int16 param1, int16 param2, int1 removeSprite(param1, param2); return 0; case kFuncQuit: - // TODO - warning("ignoring kFuncQuit()"); + debug(3, "kFuncQuit()"); + quitGame(); return 0; case kFuncSaveData: // TODO |