From f2317d0d9d74c3f5d14530c14b314ad32d05ef80 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 23 May 2009 15:25:52 +0000 Subject: (svn r16402) -Codechange: make Resolve a function of SpriteGroup --- src/newgrf_station.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_station.cpp') diff --git a/src/newgrf_station.cpp b/src/newgrf_station.cpp index 81ce36c2e..eb2598c27 100644 --- a/src/newgrf_station.cpp +++ b/src/newgrf_station.cpp @@ -633,7 +633,7 @@ static const SpriteGroup *ResolveStation(ResolverObject *object) /* Invalidate all cached vars */ _svc.valid = 0; - return Resolve(group, object); + return SpriteGroup::Resolve(group, object); } SpriteID GetCustomStationRelocation(const StationSpec *statspec, const Station *st, TileIndex tile) -- cgit v1.2.3-54-g00ecf