changeset 4344 | 5d0e40cd67b9 |
parent 4000 | bab1ebc37da0 |
child 4559 | c853d2440065 |
--- 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) */ };