mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r12918) -Fix [FS#1963] (r12679): last airport would always be shown as buildable even when it was not.
This commit is contained in:
parent
5ca6fd67fc
commit
9f3351fed4
@ -156,7 +156,7 @@ enum {
|
||||
BAW_STR_INTERCONTINENTAL_AIRPORT,
|
||||
BAW_HELISTATION,
|
||||
BAW_LAST_AIRPORT = BAW_HELISTATION,
|
||||
BAW_AIRPORT_COUNT = BAW_LAST_AIRPORT - BAW_SMALL_AIRPORT,
|
||||
BAW_AIRPORT_COUNT = BAW_LAST_AIRPORT - BAW_SMALL_AIRPORT + 1,
|
||||
BAW_BTN_DONTHILIGHT = BAW_LAST_AIRPORT + 1,
|
||||
BAW_BTN_DOHILIGHT,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user