summaryrefslogtreecommitdiff
path: root/include/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/map.h')
-rw-r--r--include/map.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/map.h b/include/map.h
index b3c1512..da70c39 100644
--- a/include/map.h
+++ b/include/map.h
@@ -21,6 +21,24 @@ typedef enum t_tile_type {
TILE_CARPET3 = 10,
TILE_CARPET4 = 11,
TILE_CARPET5 = 12,
+ TILE_CARPET_STAIRS_v = 13,
+ TILE_CLUB1 = 14,
+ TILE_CLUB2 = 15,
+ TILE_CLUB3 = 16,
+ TILE_CLUB4 = 17,
+ TILE_CLUB_STAIRS1 = 18,
+ TILE_CLUB_STAIRS2 = 19,
+ TILE_CLUB_STAIRS3 = 20,
+ TILE_CLUB_STAIRS4 = 21,
+ TILE_CLUB_STAIRS5 = 22,
+ TILE_CLUB_STAIRS6 = 23,
+ TILE_CLUB_STAIRS7 = 24,
+ TILE_CLUB_STAIRS8 = 25,
+ TILE_CLUB_STAIRS9 = 26,
+ TILE_CLUB_STAIRS10 = 27,
+ TILE_CLUB_STAIRS11 = 28,
+ TILE_CLUB_STAIRS12 = 29,
+ TILE_CLUB_STAIRS13 = 30,
TILE_END,
} tile_type;