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 | 69a09c6f7729449f34b3f43824ed0b9166a83370 (patch) | |
tree | 22dfe5f7fdc1423b6ad0af389cca685e0917ad34 | |
parent | d17476b058fb877484159bec0b725d1be5a6d68f (diff) | |
download | openttd-69a09c6f7729449f34b3f43824ed0b9166a83370.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; |