From 15658397d418833d7839e1c85e3093c1fc79fdcf Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 27 Apr 2014 20:55:09 +0300 Subject: MADS: Show the current scene when using "scene" without params --- engines/mads/debugger.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/engines/mads/debugger.cpp b/engines/mads/debugger.cpp index 7d66b56989..a6192b2a34 100644 --- a/engines/mads/debugger.cpp +++ b/engines/mads/debugger.cpp @@ -69,6 +69,7 @@ bool Debugger::Cmd_Mouse(int argc, const char **argv) { bool Debugger::Cmd_LoadScene(int argc, const char **argv) { if (argc != 2) { + DebugPrintf("Current scene is: %d\n", _vm->_game->_scene._currentSceneId); DebugPrintf("Usage: %s \n", argv[0]); return true; } else { -- cgit v1.2.3