diff options
Diffstat (limited to 'newgrf_station.h')
-rw-r--r-- | newgrf_station.h | 1 |
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; /** |