(svn r662) [newgrf] Moved grfspecial.c to newgrf.c/newgrf.h

This commit is contained in:
dominik
2004-11-17 18:49:55 +00:00
parent 0f24c74b14
commit 4612dcdb48
7 changed files with 8 additions and 36 deletions

View File

@@ -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;