diff options
author | D G Turner | 2019-09-30 21:08:13 +0100 |
---|---|---|
committer | D G Turner | 2019-09-30 21:08:13 +0100 |
commit | 8ff5014526691f05741853fd18971c299e9912c4 (patch) | |
tree | e3017cf350c9b9464a1d7b299def73c157f52309 /engines | |
parent | 7eef3b0ed78a8ac1dcb2512ddceedd97b6f5fcf6 (diff) | |
download | scummvm-rg350-8ff5014526691f05741853fd18971c299e9912c4.tar.gz scummvm-rg350-8ff5014526691f05741853fd18971c299e9912c4.tar.bz2 scummvm-rg350-8ff5014526691f05741853fd18971c299e9912c4.zip |
GLK: QUEST: Fix Compilation on AmigaOS4
Diffstat (limited to 'engines')
-rw-r--r-- | engines/glk/quest/geas_glk.cpp | 4 |
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); |