mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-25 21:24:12 +01:00
(svn r13352) [0.6] -Backport from trunk (r13348, r13222, r13221, r13217):
- Fix: Industry tiles would sometimes tell they need a 'level' slope when they do not want the slope (r13348) - Fix: Attempts to make the old AI perform better (r13217, r13221, r13222)
This commit is contained in:
@@ -591,15 +591,27 @@ static const AiDefaultBlockData _airportdata_ai_5[] = {
|
||||
MKEND(),
|
||||
};
|
||||
|
||||
static const AiDefaultBlockData _airportdata_ai_6[] = {
|
||||
MKAIR(6, 0, 0),
|
||||
MKEND(),
|
||||
};
|
||||
|
||||
static const AiDefaultBlockData _airportdata_ai_7[] = {
|
||||
MKAIR(7, 0, 0),
|
||||
MKEND(),
|
||||
};
|
||||
|
||||
static const AiDefaultBlockData _airportdata_ai_8[] = {
|
||||
MKAIR(8, 0, 0),
|
||||
MKEND(),
|
||||
};
|
||||
|
||||
#undef MKAIR
|
||||
#undef MDEND
|
||||
|
||||
static const AiDefaultBlockData * const _airport_default_block_data[] = {
|
||||
_airportdata_ai_8, // helistation
|
||||
_airportdata_ai_6, // helidepot
|
||||
_airportdata_ai_7, // intercontinental airport
|
||||
_airportdata_ai_4, // international airport
|
||||
_airportdata_ai_3, // metropolitan airport
|
||||
|
||||
Reference in New Issue
Block a user