mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 10:30:28 +00:00
(svn r24050) -Fix: Realsprites inside the action 11 block were not skipped correctly.
This commit is contained in:
parent
ad9d1ca639
commit
ee03cda858
@ -6954,7 +6954,7 @@ static void GRFSound(ByteReader *buf)
|
||||
if (type != 0xFF) {
|
||||
grfmsg(1, "GRFSound: Unexpected RealSprite found, skipping");
|
||||
FioSkipBytes(7);
|
||||
SkipSpriteData(type, num - 8);
|
||||
SkipSpriteData(type, len - 8);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user