(svn r20365) -Codechange: allow multiple layouts for one airport statemachine, store the layout number

This commit is contained in:
yexo
2010-08-05 11:59:07 +00:00
parent 6321eb5a00
commit 330c2f979e
6 changed files with 44 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ struct Airport : public TileArea {
uint64 flags; ///< stores which blocks on the airport are taken. was 16 bit earlier on, then 32
byte type; ///< Type of this airport, @see AirportTypes.
byte layout; ///< Airport layout number.
/**
* Get the AirportSpec that from the airport type of this airport. If there