Changeset - r19947:6fcd98a86532
[Not reviewed]
master
0 1 0
peter1138 - 11 years ago 2013-01-10 18:58:22
peter1138@openttd.org
(svn r24903) -Fix: Cached station animation triggers were only set when removing parts of a station.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/newgrf_station.cpp
Show inline comments
 
@@ -730,6 +730,8 @@ int AllocateSpecToStation(const StationS
 
		st->speclist[i].spec     = statspec;
 
		st->speclist[i].grfid    = statspec->grf_prop.grffile->grfid;
 
		st->speclist[i].localidx = statspec->grf_prop.local_id;
 

	
 
		StationUpdateAnimTriggers(st);
 
	}
 

	
 
	return i;
0 comments (0 inline, 0 general)