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