| changeset 9309 | 7e9af4c58963 |
| parent 9304 | 0942e5c1fa1a |
| child 9317 | f14eb8815829 |
--- a/src/terraform_gui.cpp Mon May 19 01:50:07 2008 +0000 +++ b/src/terraform_gui.cpp Mon May 19 01:51:57 2008 +0000 @@ -347,8 +347,6 @@ int sizex, sizey; uint h; - _generating_world = true; // used to create green terraformed land - if (_terraform_size == 1) { StringID msg = mode ? STR_0808_CAN_T_RAISE_LAND_HERE : STR_0809_CAN_T_LOWER_LAND_HERE; @@ -384,8 +382,6 @@ } } END_TILE_LOOP(tile2, sizex, sizey, tile) } - - _generating_world = false; } static void PlaceProc_RaiseBigLand(TileIndex tile)