(svn r15074) -Fix: make Rubidium happy

This commit is contained in:
truebrain
2009-01-13 21:11:02 +00:00
parent 792d1bd883
commit 2d3fc8141d

View File

@@ -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. */ /* Currently no AI can be started, check again in a year. */
return 12; return 365;
} }
/* static */ char *AI::GetConsoleList(char *p, const char *last) /* static */ char *AI::GetConsoleList(char *p, const char *last)