landscape.c
changeset 1775 08ff0f12ccdc
parent 1589 58d173b56509
child 1793 8ac8a8c9ec0f
--- a/landscape.c	Sat May 07 08:14:06 2005 +0000
+++ b/landscape.c	Sat May 07 10:26:12 2005 +0000
@@ -273,11 +273,11 @@
 	_tile_type_procs[GetTileType(tile)]->get_tile_desc_proc(tile, td);
 }
 
-/* Clear a piece of landscape
- * p1 = 0,
- * p2 = 0
+/** Clear a piece of landscape
+ * @param x,y coordinates of clearance
+ * @param p1 unused
+ * @param p2 unused
  */
-
 int32 CmdLandscapeClear(int x, int y, uint32 flags, uint32 p1, uint32 p2)
 {
 	TileIndex tile = TILE_FROM_XY(x, y);