aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/mads/debugger.cpp1
1 files changed, 1 insertions, 0 deletions
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 <scene number>\n", argv[0]);
return true;
} else {