diff options
-rw-r--r-- | engines/glk/adrift/os_glk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/adrift/os_glk.cpp b/engines/glk/adrift/os_glk.cpp index dce48f81c6..d45a35771d 100644 --- a/engines/glk/adrift/os_glk.cpp +++ b/engines/glk/adrift/os_glk.cpp @@ -827,7 +827,7 @@ static sc_bool gsc_is_string_usable(const sc_char *string) { * Glk libraries. */ static void gsc_status_update() { - glui32 width, height; + uint width, height; uint index; assert(gsc_status_window); |