From d5a599f5e5a2095dbf1feebefc11164fbcc53c57 Mon Sep 17 00:00:00 2001 From: truebrain Date: Tue, 13 Jan 2009 21:11:02 +0000 Subject: (svn r15074) -Fix: make Rubidium happy --- src/ai/ai_core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-54-g00ecf