OpenTTD Source 20241224-master-gf74b0cf984
|
State of the terraforming. More...
Data Fields | |
TileIndexSet | dirty_tiles |
The tiles that need to be redrawn. | |
TileIndexToHeightMap | tile_to_new_height |
The tiles for which the height has changed. | |
State of the terraforming.
Definition at line 33 of file terraform_cmd.cpp.
TileIndexSet TerraformerState::dirty_tiles |
The tiles that need to be redrawn.
Definition at line 34 of file terraform_cmd.cpp.
Referenced by CmdTerraformLand(), and TerraformAddDirtyTile().
TileIndexToHeightMap TerraformerState::tile_to_new_height |
The tiles for which the height has changed.
Definition at line 35 of file terraform_cmd.cpp.
Referenced by CmdTerraformLand(), TerraformGetHeightOfTile(), and TerraformSetHeightOfTile().