(svn r4414) - NewGRF: Don't execute sprite replacements (action 0x0A) in the
authorpeter1138
Fri, 14 Apr 2006 15:58:38 +0000
changeset 3548 0f633b48ca07
parent 3547 fea14ff86f9e
child 3549 4f440fc67b87
(svn r4414) - NewGRF: Don't execute sprite replacements (action 0x0A) in the
initialization stage.
newgrf.c
--- a/newgrf.c	Fri Apr 14 12:19:51 2006 +0000
+++ b/newgrf.c	Fri Apr 14 15:58:38 2006 +0000
@@ -2491,7 +2491,7 @@
 	 * 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,