diff options
author | rubidium <rubidium@openttd.org> | 2011-12-15 18:40:15 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-12-15 18:40:15 +0000 |
commit | 18d929aa21f42f292fd249e6d5feb6bf71ba93ae (patch) | |
tree | 5a26d0c7d569a26381b3b3afa83afeac3e315763 /bin/ai | |
parent | bb564bc34dd5db62d994eac10f88a81979a0f89c (diff) | |
download | openttd-18d929aa21f42f292fd249e6d5feb6bf71ba93ae.tar.xz |
(svn r23521) -Codechange: use the actual enum values from the 'core' in the API when they refer to the in-game values in the cases where that is possible and sensible
Diffstat (limited to 'bin/ai')
-rw-r--r-- | bin/ai/regression/regression.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ai/regression/regression.txt b/bin/ai/regression/regression.txt index e01a4b241..8399d82e9 100644 --- a/bin/ai/regression/regression.txt +++ b/bin/ai/regression/regression.txt @@ -791,7 +791,7 @@ ERROR: IsEnd() is invalid as Begin() is never called IsHangarTile(): false IsAirportTile(): false GetHangarOfAirport(): -1 - GetAirportType(): 255 + GetAirportType(): 254 IsAirportInformationAvailable(-1): false IsValidAirportType(-1): false GetAirportWidth(-1): -1 |