Changeset - r19162:0a9db228c7f3
[Not reviewed]
master
0 1 0
frosch - 12 years ago 2012-03-19 22:38:54
frosch@openttd.org
(svn r24050) -Fix: Realsprites inside the action 11 block were not skipped correctly.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf.cpp
Show inline comments
 
@@ -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;
 
		}
 

	
0 comments (0 inline, 0 general)