diff options
author | yexo <yexo@openttd.org> | 2011-11-04 23:14:23 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2011-11-04 23:14:23 +0000 |
commit | 02913f40b0ab1a7771e96e4c6af4ef15b6953cc7 (patch) | |
tree | a1fc33d33a53e45772823fe528d73d8194eb91ad /bin/ai | |
parent | 3e016e4254c6b8b558c50e7c66bc01ac6d118f4b (diff) | |
download | openttd-02913f40b0ab1a7771e96e4c6af4ef15b6953cc7.tar.xz |
(svn r23117) -Fix: [NoAI] calling require() to include a file gave you 100.000 opcodes for free
Diffstat (limited to 'bin/ai')
-rw-r--r-- | bin/ai/regression/regression.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/ai/regression/regression.txt b/bin/ai/regression/regression.txt index 81b2699bf..3eb611eaf 100644 --- a/bin/ai/regression/regression.txt +++ b/bin/ai/regression/regression.txt @@ -8611,9 +8611,9 @@ ERROR: IsEnd() is invalid as Begin() is never called GetNumWagons(): 3 GetLength(): 24 GetWagonEngineType(): 9 - GetWagonAge(): 0 + GetWagonAge(): 1 GetWagonEngineType(): 27 - GetWagonAge(): 0 + GetWagonAge(): 1 GetWagonEngineType(): 27 GetWagonAge(): 0 GetWagonEngineType(): 65535 @@ -8647,11 +8647,11 @@ ERROR: IsEnd() is invalid as Begin() is never called 14 => 1 12 => 1 Age ListDump: + 17 => 1 + 16 => 1 14 => 1 13 => 1 12 => 1 - 17 => 0 - 16 => 0 MaxAge ListDump: 16 => 10980 14 => 10980 @@ -8659,9 +8659,9 @@ ERROR: IsEnd() is invalid as Begin() is never called 13 => 5490 12 => 5490 AgeLeft ListDump: - 16 => 10980 + 16 => 10979 14 => 10979 - 17 => 7320 + 17 => 7319 13 => 5489 12 => 5489 CurrentSpeed ListDump: |