summaryrefslogtreecommitdiff
path: root/src/ai/ai_core.cpp
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2009-01-13 21:11:02 +0000
committertruebrain <truebrain@openttd.org>2009-01-13 21:11:02 +0000
commit2d3fc8141d91886164170ef066208752b4debab4 (patch)
tree482a92bd4ddf2ab6cbeaa733f6b50b615706cf97 /src/ai/ai_core.cpp
parent792d1bd8835a0ccd8cb13b03338bd2ffd21758fe (diff)
downloadopenttd-2d3fc8141d91886164170ef066208752b4debab4.tar.xz
(svn r15074) -Fix: make Rubidium happy
Diffstat (limited to 'src/ai/ai_core.cpp')
-rw-r--r--src/ai/ai_core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_core.cpp b/src/ai/ai_core.cpp
index 033c30157..3c5843ab6 100644
--- a/src/ai/ai_core.cpp
+++ b/src/ai/ai_core.cpp
@@ -235,7 +235,7 @@ void CcAI(bool success, TileIndex tile, uint32 p1, uint32 p2)
}
/* Currently no AI can be started, check again in a year. */
- return 12;
+ return 365;
}
/* static */ char *AI::GetConsoleList(char *p, const char *last)