1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-27 00:19:09 +00:00

(svn r2956) - Fix: [ 1253736 ] creating many town crash to desktop. Now it 'dies' with an ingame error message informing the gamer if it couldn't generate any towns in user-space. Still if it happens during new-game generation it crashes since we don't yet have actions to do in such a circumstance.

This commit is contained in:
Darkvater
2005-09-16 00:33:33 +00:00
parent 1419244551
commit 180997534c
4 changed files with 24 additions and 11 deletions

2
misc.c
View File

@@ -113,7 +113,7 @@ void GenerateClearTile(void);
void GenerateIndustries(void);
void GenerateUnmovables(void);
void GenerateTowns(void);
bool GenerateTowns(void);
void StartupPlayers(void);
void StartupDisasters(void);