[Scummvm-git-logs] scummvm master -> d4cc24854d90bf0e469024c5f37d380e2242b924

digitall 547637+digitall at users.noreply.github.com
Sat Nov 23 13:12:36 UTC 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d4cc24854d GLK: MAGNETIC: Even Further Fixes for AmigaOS4 Compilation


Commit: d4cc24854d90bf0e469024c5f37d380e2242b924
    https://github.com/scummvm/scummvm/commit/d4cc24854d90bf0e469024c5f37d380e2242b924
Author: D G Turner (digitall at scummvm.org)
Date: 2019-11-23T13:09:01Z

Commit Message:
GLK: MAGNETIC: Even Further Fixes for AmigaOS4 Compilation

Changed paths:
    engines/glk/magnetic/glk.cpp


diff --git a/engines/glk/magnetic/glk.cpp b/engines/glk/magnetic/glk.cpp
index 725f5fd..3ab3fdb 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);




More information about the Scummvm-git-logs mailing list