From d4cc24854d90bf0e469024c5f37d380e2242b924 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Sat, 23 Nov 2019 13:09:01 +0000 Subject: GLK: MAGNETIC: Even Further Fixes for AmigaOS4 Compilation --- engines/glk/magnetic/glk.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engines/glk/magnetic/glk.cpp b/engines/glk/magnetic/glk.cpp index 725f5fd4e6..3ab3fdb5e0 100644 --- a/engines/glk/magnetic/glk.cpp +++ b/engines/glk/magnetic/glk.cpp @@ -619,7 +619,8 @@ gms_gammaref_t Magnetic::gms_graphics_select_gamma(type8 bitmap[], void Magnetic::gms_graphics_clear_and_border(winid_t glk_window, int x_offset, int y_offset, int pixel_size, type16 width, type16 height) { - glui32 background, fade_color, shading_color; + uint background; + glui32 fade_color, shading_color; gms_rgb_t rgb_background, rgb_border, rgb_fade; int index; assert(glk_window); -- cgit v1.2.3