map.h
changeset 4344 7e123fec5b0b
parent 4000 4009d092b306
child 4559 aa0c13e39840
--- a/map.h	Tue Aug 22 13:57:51 2006 +0000
+++ b/map.h	Tue Aug 22 14:38:37 2006 +0000
@@ -81,7 +81,7 @@
 enum {
 	TILE_SIZE   = 16,   /* Tiles are 16x16 "units" in size */
 	TILE_PIXELS = 32,   /* a tile is 32x32 pixels */
-	TILE_HEIGHT = 8,    /* The standard height-difference between tiles on two levels is 8 (z-diff 8) */
+	TILE_HEIGHT =  8,   /* The standard height-difference between tiles on two levels is 8 (z-diff 8) */
 };