From 4612dcdb48a985779f418c35f01e2fb8f6931209 Mon Sep 17 00:00:00 2001 From: dominik Date: Wed, 17 Nov 2004 18:49:55 +0000 Subject: (svn r662) [newgrf] Moved grfspecial.c to newgrf.c/newgrf.h --- station_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'station_cmd.c') diff --git a/station_cmd.c b/station_cmd.c index 9e129defd..020489ba2 100644 --- a/station_cmd.c +++ b/station_cmd.c @@ -1122,7 +1122,7 @@ uint32 GetCustomStationRelocation(struct StationSpec *spec, struct Station *stat error("Custom station 0x%08x::0x%02x has no sprites associated.", spec->grfid, spec->localidx); - /* This is what gets subscribed of dtss->image in grfspecial.c, + /* This is what gets subscribed of dtss->image in newgrf.c, * so it's probably kinda "default offset". Try to use it as * emergency measure. */ return 0x42D; -- cgit v1.2.3-54-g00ecf