aboutsummaryrefslogtreecommitdiff
path: root/engines/cge
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge')
-rw-r--r--engines/cge/vga13h.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/vga13h.cpp b/engines/cge/vga13h.cpp
index cc715da03c..8889c59b8d 100644
--- a/engines/cge/vga13h.cpp
+++ b/engines/cge/vga13h.cpp
@@ -813,7 +813,7 @@ Vga::Vga(int mode)
for (int i = 10; i < 20; i++) {
char *text = _text->getText(i);
if (text) {
- debugN("%s", text);
+ debugN("%s\n", text);
std = false;
}
}