(svn r13177) -Fix[FS#2002]: Using level tool in scenario editor makes tiles brown. That is the only tool that does so in Scenario Editor (apart dynamite, of course).Report and Fix by Roujin
This commit is contained in:
@@ -347,8 +347,6 @@ static void CommonRaiseLowerBigLand(TileIndex tile, int mode)
|
||||
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 @@ static void CommonRaiseLowerBigLand(TileIndex tile, int mode)
|
||||
}
|
||||
} END_TILE_LOOP(tile2, sizex, sizey, tile)
|
||||
}
|
||||
|
||||
_generating_world = false;
|
||||
}
|
||||
|
||||
static void PlaceProc_RaiseBigLand(TileIndex tile)
|
||||
|
Reference in New Issue
Block a user