From 7ea1f74759c2b1a5e9d497a6bc3175a414ac94a1 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 3 Aug 2011 16:31:32 +0200 Subject: CGE: Fix display of info text at the beginning of the game --- engines/cge/vga13h.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cge') 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; } } -- cgit v1.2.3