aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/processor_windows.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/frotz/processor_windows.cpp')
-rw-r--r--engines/glk/frotz/processor_windows.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/frotz/processor_windows.cpp b/engines/glk/frotz/processor_windows.cpp
index 4045a9709a..0a50b73d42 100644
--- a/engines/glk/frotz/processor_windows.cpp
+++ b/engines/glk/frotz/processor_windows.cpp
@@ -79,7 +79,7 @@ void Processor::z_draw_picture() {
os_picture_data(mapper[i].pic2, &height2, &width2);
if (_storyId == ARTHUR && pic == 54)
- delta = h_screen_width / 160;
+ delta = h_screen_width / 160;
os_draw_picture(mapper[i].pic1, Point(x + delta, y + height1));
os_draw_picture(mapper[i].pic2, Point(x + width1 - width2 - delta, y + height1));