aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel
diff options
context:
space:
mode:
authorTorbjörn Andersson2009-07-16 17:26:44 +0000
committerTorbjörn Andersson2009-07-16 17:26:44 +0000
commitff75d68f1ca292733b601b33ab3cfe4aab670174 (patch)
tree5569a6d8207491a3cb42814e715346bed6887722 /engines/tinsel
parent645e6baa07e71d10b76f3f0fd0950c2e0513a23c (diff)
downloadscummvm-rg350-ff75d68f1ca292733b601b33ab3cfe4aab670174.tar.gz
scummvm-rg350-ff75d68f1ca292733b601b33ab3cfe4aab670174.tar.bz2
scummvm-rg350-ff75d68f1ca292733b601b33ab3cfe4aab670174.zip
Fixed GCC warning.
svn-id: r42536
Diffstat (limited to 'engines/tinsel')
-rw-r--r--engines/tinsel/pcode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/pcode.cpp b/engines/tinsel/pcode.cpp
index 72004b4ae9..1d73411e13 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}
};