(svn r4143) -[FS#86]: Fixed and obi-wan error in station_map.h that would lead to assertions in the airport handling (of international airports)

pull/155/head
celestar 19 years ago
parent 16ffb03d25
commit c2bb4a052e

@ -29,7 +29,7 @@ enum {
BUOY_BASE = 0x52,
AIRPORT_BASE_EXTENDED = 0x53,
TYPE_MAX = 0x72
BASE_END = 0x73
};
enum {
@ -38,7 +38,7 @@ enum {
TRUCK_SIZE = BUS_BASE - TRUCK_BASE,
BUS_SIZE = OILRIG_BASE - BUS_BASE,
DOCK_SIZE_TOTAL = BUOY_BASE - DOCK_BASE,
AIRPORT_SIZE_EXTENDED = TYPE_MAX - AIRPORT_BASE_EXTENDED
AIRPORT_SIZE_EXTENDED = BASE_END - AIRPORT_BASE_EXTENDED
};
typedef enum HangarTiles {

Loading…
Cancel
Save