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

(svn r4591) -Fix (FS#122) Game no longer errors out when "Many random towns" is selected in the scenario editor.

-Side effects:
	- Removed one global variable from variables.h
	- Remove an ugly hack for the "many random towns" function
This commit is contained in:
celestar
2006-04-27 11:19:12 +00:00
parent 8070a68b2c
commit 1d606e7392
4 changed files with 24 additions and 24 deletions

View File

@@ -287,7 +287,6 @@ VARDEF byte _yearly_expenses_type;
VARDEF TileIndex _terraform_err_tile;
VARDEF TileIndex _build_tunnel_endtile;
VARDEF bool _generating_world;
VARDEF int _new_town_size;
// Deals with the type of the savegame, independent of extension
typedef struct {