mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-21 03:12:41 +01:00
(svn r15074) -Fix: make Rubidium happy
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user