aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/console.cpp')
-rw-r--r--engines/saga/console.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/console.cpp b/engines/saga/console.cpp
index 87e825272d..47b2484547 100644
--- a/engines/saga/console.cpp
+++ b/engines/saga/console.cpp
@@ -117,7 +117,7 @@ bool Console::cmdPlayCutaway(int argc, const char **argv) {
}
bool Console::cmdCurrentScene(int argc, const char **argv) {
- DebugPrintf("Current Scene is: %i, scene resource id: %i\n",
+ DebugPrintf("Current Scene is: %i, scene resource id: %i\n",
_vm->_scene->currentSceneNumber(), _vm->_scene->currentSceneResourceId());
return true;
}