aboutsummaryrefslogtreecommitdiff
path: root/kyra
diff options
context:
space:
mode:
authorJohannes Schickel2006-01-10 16:39:52 +0000
committerJohannes Schickel2006-01-10 16:39:52 +0000
commitdac7b798447f360344a41879999c910e528a6103 (patch)
tree4a379cc88c9acf4729237b2d4ba3c2f3bc2b5650 /kyra
parent99128ff6078e809ce11c45784f6d83752ad84ff8 (diff)
downloadscummvm-rg350-dac7b798447f360344a41879999c910e528a6103.tar.gz
scummvm-rg350-dac7b798447f360344a41879999c910e528a6103.tar.bz2
scummvm-rg350-dac7b798447f360344a41879999c910e528a6103.zip
Fixes debug call of cmd_resetScaleMode.
svn-id: r19973
Diffstat (limited to 'kyra')
-rw-r--r--kyra/script_v1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kyra/script_v1.cpp b/kyra/script_v1.cpp
index 4b7e3b8d2f..0bd4470e5b 100644
--- a/kyra/script_v1.cpp
+++ b/kyra/script_v1.cpp
@@ -1576,7 +1576,7 @@ int KyraEngine::cmd_setBrandonScaleXAndY(ScriptState *script) {
}
int KyraEngine::cmd_resetScaleMode(ScriptState *script) {
- debug(3, "cmd_setBrandonScaleXAndY(0x%X) ()", script);
+ debug(3, "cmd_resetScaleMode(0x%X) ()", script);
_scaleMode = 0;
return 0;
}