aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sky/debug.cpp')
-rw-r--r--engines/sky/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sky/debug.cpp b/engines/sky/debug.cpp
index 05aec03db5..cac1a53aba 100644
--- a/engines/sky/debug.cpp
+++ b/engines/sky/debug.cpp
@@ -1268,7 +1268,7 @@ void Debug::script(uint32 command, uint16 *scriptData) {
debug(6, " %d", READ_LE_UINT16(scriptData + i));
}
}
- debug(6, "");
+ debug(6, " "); // Print an empty line as separator
}
void Debug::mcode(uint32 mcode, uint32 a, uint32 b, uint32 c) {