(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 ea1020d4fa
commit 99fdc0b6ef
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 {