diff options
author | tron <tron@openttd.org> | 2005-05-06 06:59:24 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-05-06 06:59:24 +0000 |
commit | 3f83bba96ee2cd433a1b6184d4b0db52bf286df9 (patch) | |
tree | 22dfe5f7fdc1423b6ad0af389cca685e0917ad34 | |
parent | 52c89cf47796935001c0884a159b3efacfd9c0a2 (diff) | |
download | openttd-3f83bba96ee2cd433a1b6184d4b0db52bf286df9.tar.xz |
(svn r2272) Remove unused attribute from struct Station
-rw-r--r-- | station.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -50,8 +50,6 @@ struct Station { TileIndex airport_tile; TileIndex dock_tile; Town *town; - // alpha_order is obsolete since savegame format 4 - byte alpha_order_obsolete; uint16 string_id; ViewportSign sign; |