Changeset - r3548:54009af87cb8
[Not reviewed]
master
0 1 0
peter1138 - 18 years ago 2006-04-14 15:58:38
peter1138@openttd.org
(svn r4414) - NewGRF: Don't execute sprite replacements (action 0x0A) in the
initialization stage.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
newgrf.c
Show inline comments
 
@@ -2491,7 +2491,7 @@ static void DecodeSpecialSprite(uint num
 
	 * in an earlier stage than associating, so...  We just process actions
 
	 * 1 and 2 in stage 1 now, let's hope that won't get us into problems.
 
	 * --pasky */
 
	uint32 action_mask = (stage == 0) ? 0x0001FF40 : 0x0001FFBF;
 
	uint32 action_mask = (stage == 0) ? 0x0001FB40 : 0x0001FFBF;
 
	static const SpecialSpriteHandler handlers[] = {
 
		/* 0x00 */ VehicleChangeInfo,
 
		/* 0x01 */ NewSpriteSet,
0 comments (0 inline, 0 general)