From 8ff5014526691f05741853fd18971c299e9912c4 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Mon, 30 Sep 2019 21:08:13 +0100 Subject: GLK: QUEST: Fix Compilation on AmigaOS4 --- engines/glk/quest/geas_glk.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/glk/quest/geas_glk.cpp b/engines/glk/quest/geas_glk.cpp index a71a775f1a..6b5f8b1b3d 100644 --- a/engines/glk/quest/geas_glk.cpp +++ b/engines/glk/quest/geas_glk.cpp @@ -42,8 +42,8 @@ const bool use_inputwindow = false; int ignore_lines; // count of lines to ignore in game output void draw_banner() { - uint32 width; - uint32 index; + uint width; + uint index; if (bannerwin) { g_vm->glk_window_clear(bannerwin); g_vm->glk_window_move_cursor(bannerwin, 0, 0); -- cgit v1.2.3