summaryrefslogtreecommitdiff
path: root/station_cmd.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-11-17 18:49:55 +0000
committerdominik <dominik@openttd.org>2004-11-17 18:49:55 +0000
commit4612dcdb48a985779f418c35f01e2fb8f6931209 (patch)
tree8098b03d3ac5ae802775a1585e5b7e4952cc18f7 /station_cmd.c
parent0f24c74b14817a370286491b9470005714091ac7 (diff)
downloadopenttd-4612dcdb48a985779f418c35f01e2fb8f6931209.tar.xz
(svn r662) [newgrf] Moved grfspecial.c to newgrf.c/newgrf.h
Diffstat (limited to 'station_cmd.c')
-rw-r--r--station_cmd.c2
1 files changed, 1 insertions, 1 deletions
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;