diff options
-rw-r--r-- | engines/tinsel/pcode.cpp | 2 |
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} }; |