aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/glk/quest/geas_glk.cpp4
1 files changed, 2 insertions, 2 deletions
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);