(svn r11773) -Codechange: move some non-clear-land functions from clear_cmd.cpp to a more correct location.

This commit is contained in:
rubidium
2008-01-07 00:45:05 +00:00
parent 119b03ea70
commit 64fc2ade9e
6 changed files with 469 additions and 456 deletions

View File

@@ -90,7 +90,6 @@ VARDEF PlayerFace _player_face; ///< for player face storage in openttd.cfg
/* IN/OUT parameters to commands */
VARDEF byte _yearly_expenses_type;
VARDEF TileIndex _terraform_err_tile;
VARDEF TileIndex _build_tunnel_endtile;
VARDEF bool _generating_world;