diff options
Diffstat (limited to 'engines/sci/console.cpp')
-rw-r--r-- | engines/sci/console.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp index aad4480539..30ae55f801 100644 --- a/engines/sci/console.cpp +++ b/engines/sci/console.cpp @@ -47,7 +47,7 @@ bool Console::cmdGetVersion(int argc, const char **argv) { DebugPrintf("Resource file version: %s\n", sci_version_types[_vm->getResMgr()->sci_version]); - DebugPrintf("Emulated interpreter version: %d.%03d.%03d\n", + DebugPrintf("Emulated interpreter version: %d.%03d.%03d\n", SCI_VERSION_MAJOR(ver), SCI_VERSION_MINOR(ver), SCI_VERSION_PATCHLEVEL(ver)); return true; |