summaryrefslogtreecommitdiff
path: root/newgrf_station.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-10-11 22:05:59 +0000
committerpeter1138 <peter1138@openttd.org>2006-10-11 22:05:59 +0000
commit2ba8bf37b90b2ec4cba84a003113553a537964ac (patch)
treebe749a1ee52c544cde6c3c411021947c2285c519 /newgrf_station.h
parentd6c21e4d7122d1705d58e4b1b97357047cf66cbc (diff)
downloadopenttd-2ba8bf37b90b2ec4cba84a003113553a537964ac.tar.xz
(svn r6741) - Codechange: Simplify and unify resolving of station groups, and use the first available cargo type instead of only the default.
Diffstat (limited to 'newgrf_station.h')
-rw-r--r--newgrf_station.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/newgrf_station.h b/newgrf_station.h
index b1f135e54..e624f9695 100644
--- a/newgrf_station.h
+++ b/newgrf_station.h
@@ -74,7 +74,6 @@ typedef struct StationSpec {
* evaluating callbacks.
*/
struct SpriteGroup *spritegroup[NUM_GLOBAL_CID];
- struct SpriteGroup *groundgroup;
} StationSpec;
/**