From a2221a8b9ee65cec914a106569bc8b2d0a03b3c8 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 31 Dec 2011 05:11:33 +0100 Subject: KYRA: Slight formatting fixes. --- engines/kyra/screen_lol.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/kyra/screen_lol.cpp') diff --git a/engines/kyra/screen_lol.cpp b/engines/kyra/screen_lol.cpp index 4b8b443bd9..08b232f400 100644 --- a/engines/kyra/screen_lol.cpp +++ b/engines/kyra/screen_lol.cpp @@ -104,8 +104,8 @@ void Screen_LoL::fprintStringIntro(const char *format, int x, int y, uint8 c1, u x -= getTextWidth(buffer); if ((flags & 0x00F0) == 0x20) { - printText(buffer, x-1, y, c3, c2); - printText(buffer, x, y+1, c3, c2); + printText(buffer, x - 1, y, c3, c2); + printText(buffer, x, y + 1, c3, c2); } printText(buffer, x, y, c1, c2); -- cgit v1.2.3