diff options
author | yexo <yexo@openttd.org> | 2009-05-16 00:16:43 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-05-16 00:16:43 +0000 |
commit | c299a38e1f33464fd8c521915bc2391623b56971 (patch) | |
tree | f0ed796a3f17d90fe27429810dde473b08f32ffc /bin/ai | |
parent | 31eff1d4c30803e09083320886630da8b28690d1 (diff) | |
download | openttd-c299a38e1f33464fd8c521915bc2391623b56971.tar.xz |
(svn r16316) -Fix (r16287,before): Set the autorenew settings for new AI companies to the default values, not to 0 or the local settings
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 2f5613f3b..d19c93605 100644 --- a/bin/ai/regression/regression.txt +++ b/bin/ai/regression/regression.txt @@ -1072,7 +1072,7 @@ GetAutoRenewStatus(); true SetAutoRenewStatus(true); false SetAutoRenewStatus(false); true - GetAutoRenewMonths(); -6 + GetAutoRenewMonths(); 6 SetAutoRenewMonths(-12); true GetAutoRenewMonths(); -12 SetAutoRenewMonths(-12); false |