(svn r16566) -Codechange: enumify all airport tiles

This commit is contained in:
yexo
2009-06-12 14:53:57 +00:00
parent 88a20b7ea2
commit 4b34957987
3 changed files with 203 additions and 95 deletions

View File

@@ -27,6 +27,7 @@ enum {
AT_HELIDEPOT = 6,
AT_INTERCON = 7,
AT_HELISTATION = 8,
NUM_AIRPORTS = 9,
AT_OILRIG = 15,
AT_DUMMY = 255
};
@@ -200,4 +201,6 @@ const AirportFTAClass *GetAirport(const byte airport_type);
*/
uint32 GetValidAirports();
extern const byte * const _airport_sections[];
#endif /* AIRPORT_H */