From ff75d68f1ca292733b601b33ab3cfe4aab670174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Andersson?= Date: Thu, 16 Jul 2009 17:26:44 +0000 Subject: [PATCH] Fixed GCC warning. svn-id: r42536 --- engines/tinsel/pcode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/tinsel/pcode.cpp b/engines/tinsel/pcode.cpp index 72004b4ae96..1d73411e13d 100644 --- a/engines/tinsel/pcode.cpp +++ b/engines/tinsel/pcode.cpp @@ -142,7 +142,7 @@ const WorkaroundEntry workaroundList[] = { // * Giving the brochure to the beekeeper // * Stealing the mallets from the wizards // This fix ensures that the global is reset when the Garden scene is loaded (both entering and restoring a game) - {TINSEL_V2, true, 2888147476, 0, fragment3_size, fragment3}, + {TINSEL_V2, true, 2888147476U, 0, fragment3_size, fragment3}, {TINSEL_V0, false, 0, 0, 0, NULL} };