tree_cmd.c
changeset 2537 d9c0df52a466
parent 2436 177cb6a8339f
child 2548 97ada3bd2702
--- a/tree_cmd.c	Wed Oct 19 08:34:37 2005 +0000
+++ b/tree_cmd.c	Wed Oct 19 14:49:46 2005 +0000
@@ -339,7 +339,8 @@
 }
 
 
-static uint GetSlopeZ_Trees(TileInfo *ti) {
+static uint GetSlopeZ_Trees(const TileInfo* ti)
+{
 	return GetPartialZ(ti->x & 0xF, ti->y & 0xF, ti->tileh) + ti->z;
 }