Skip to content

Commit

Permalink
GLK: QUEST: Fix Compilation on AmigaOS4
Browse files Browse the repository at this point in the history
  • Loading branch information
digitall committed Sep 30, 2019
1 parent 7eef3b0 commit 8ff5014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/glk/quest/geas_glk.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 8ff5014

Please sign in to comment.