diff options
Diffstat (limited to 'src/newgrf_station.cpp')
-rw-r--r-- | src/newgrf_station.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_station.cpp b/src/newgrf_station.cpp index a2375298a..b63703206 100644 --- a/src/newgrf_station.cpp +++ b/src/newgrf_station.cpp @@ -590,6 +590,7 @@ static void NewStationResolver(ResolverObject *res, const StationSpec *statspec, res->trigger = 0; res->reseed = 0; res->count = 0; + res->grffile = (statspec != NULL ? statspec->grffile : NULL); } static const SpriteGroup *ResolveStation(ResolverObject *object) |