From b935e01513837172d06368e53b99700ffeb3f3e6 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 10 Jan 2013 18:58:22 +0000 Subject: (svn r24903) -Fix: Cached station animation triggers were only set when removing parts of a station. --- src/newgrf_station.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/newgrf_station.cpp') diff --git a/src/newgrf_station.cpp b/src/newgrf_station.cpp index 15fbc4910..c7ec8a241 100644 --- a/src/newgrf_station.cpp +++ b/src/newgrf_station.cpp @@ -730,6 +730,8 @@ int AllocateSpecToStation(const StationSpec *statspec, BaseStation *st, bool exe 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; -- cgit v1.2.3-70-g09d2