mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-01 06:14:07 +00:00
Fixed GCC warning.
svn-id: r42536
This commit is contained in:
parent
645e6baa07
commit
ff75d68f1c
@ -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}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user