changeset 3548:8c180b85d5d1 draft

(svn r4414) - NewGRF: Don't execute sprite replacements (action 0x0A) in the initialization stage.
author peter1138 <peter1138@openttd.org>
date Fri, 14 Apr 2006 15:58:38 +0000
parents 8d947a150298
children 003ca49d2934
files newgrf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/newgrf.c
+++ b/newgrf.c
@@ -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,