aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_lol.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2011-12-31 05:11:33 +0100
committerJohannes Schickel2011-12-31 05:11:33 +0100
commita2221a8b9ee65cec914a106569bc8b2d0a03b3c8 (patch)
tree8c59b9bfc5af1726cff23635d3e8e7ba1a266972 /engines/kyra/screen_lol.cpp
parentc822a76a85f6a950d8e04f0c5c16973e2976bf7e (diff)
downloadscummvm-rg350-a2221a8b9ee65cec914a106569bc8b2d0a03b3c8.tar.gz
scummvm-rg350-a2221a8b9ee65cec914a106569bc8b2d0a03b3c8.tar.bz2
scummvm-rg350-a2221a8b9ee65cec914a106569bc8b2d0a03b3c8.zip
KYRA: Slight formatting fixes.
Diffstat (limited to 'engines/kyra/screen_lol.cpp')
-rw-r--r--engines/kyra/screen_lol.cpp4
1 files changed, 2 insertions, 2 deletions
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);