[Scummvm-git-logs] scummvm master -> 8ff5014526691f05741853fd18971c299e9912c4

digitall 547637+digitall at users.noreply.github.com
Mon Sep 30 22:11:31 CEST 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:
8ff5014526 GLK: QUEST: Fix Compilation on AmigaOS4


Commit: 8ff5014526691f05741853fd18971c299e9912c4
    https://github.com/scummvm/scummvm/commit/8ff5014526691f05741853fd18971c299e9912c4
Author: D G Turner (digitall at scummvm.org)
Date: 2019-09-30T21:08:13+01:00

Commit Message:
GLK: QUEST: Fix Compilation on AmigaOS4

Changed paths:
    engines/glk/quest/geas_glk.cpp


diff --git a/engines/glk/quest/geas_glk.cpp b/engines/glk/quest/geas_glk.cpp
index a71a775..6b5f8b1 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);





More information about the Scummvm-git-logs mailing list