src/water_cmd.cpp
changeset 8041 63e760418a15
parent 8005 9f7a95e84682
child 8227 9529f32a20fa
--- a/src/water_cmd.cpp	Sat Sep 08 22:53:10 2007 +0000
+++ b/src/water_cmd.cpp	Sun Sep 09 10:13:17 2007 +0000
@@ -183,6 +183,15 @@
 	return CommandCost(_price.clear_water * 2);
 }
 
+/**
+ * Marks the tiles around a tile as dirty.
+ *
+ * This functions marks the tiles around a given tile as dirty for repaint.
+ *
+ * @param tile The center of the tile where all other tiles are marked as dirty
+ * @ingroup dirty
+ * @see TerraformAddDirtyTileAround
+ */
 static void MarkTilesAroundDirty(TileIndex tile)
 {
 	MarkTileDirtyByTile(TILE_ADDXY(tile, 0, 1));