1
0
Fork 0

(svn r24050) -Fix: Realsprites inside the action 11 block were not skipped correctly.

release/1.3
frosch 2012-03-19 22:38:54 +00:00
parent ad9d1ca639
commit ee03cda858
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}