aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/screen.cpp')
-rw-r--r--engines/kyra/screen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/screen.cpp b/engines/kyra/screen.cpp
index 546ab6f6a5..d57511509d 100644
--- a/engines/kyra/screen.cpp
+++ b/engines/kyra/screen.cpp
@@ -2942,7 +2942,7 @@ void Screen::drawCharSJIS(uint16 c, int x, int y) {
return;
}
- destPage += y * 640 + x;
+ destPage += y * 640 + x;
uint8 *src = 0, *dst = 0;
if (color2 != 0x80) {