(svn r2272) Remove unused attribute from struct Station

This commit is contained in:
tron
2005-05-06 06:59:24 +00:00
parent 52c89cf477
commit 3f83bba96e

View File

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