# HG changeset patch # User celestar # Date 1143615073 0 # Node ID 2f6e03bd3c2943688451d2c0f6e7776805a8f26c # Parent 49d580a113859292fae5009eca660955f2d86cb1 (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) diff -r 49d580a11385 -r 2f6e03bd3c29 station_map.h --- a/station_map.h Tue Mar 28 21:51:14 2006 +0000 +++ b/station_map.h Wed Mar 29 06:51:13 2006 +0000 @@ -29,7 +29,7 @@ BUOY_BASE = 0x52, AIRPORT_BASE_EXTENDED = 0x53, - TYPE_MAX = 0x72 + BASE_END = 0x73 }; enum { @@ -38,7 +38,7 @@ 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 {