aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cruise/script.cpp')
-rw-r--r--engines/cruise/script.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cruise/script.cpp b/engines/cruise/script.cpp
index 3d0a0c1804..f2877a7730 100644
--- a/engines/cruise/script.cpp
+++ b/engines/cruise/script.cpp
@@ -628,8 +628,8 @@ int executeScripts(scriptInstanceStruct *ptr) {
opcodeType = getByteFromScript();
debugC(5, kCruiseDebugScript, "Script %s/%d ip=%d opcode=%d",
- overlayTable[currentScriptPtr->overlayNumber].overlayName,
- currentScriptPtr->scriptNumber,
+ overlayTable[currentScriptPtr->overlayNumber].overlayName,
+ currentScriptPtr->scriptNumber,
currentScriptPtr->scriptOffset,
(opcodeType & 0xFB) >> 3);