summaryrefslogtreecommitdiff
path: root/include/area.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/area.h')
-rw-r--r--include/area.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/area.h b/include/area.h
index 66e7c016..a21ee5b0 100644
--- a/include/area.h
+++ b/include/area.h
@@ -7,7 +7,13 @@
#define MAX_ROOMS 64
typedef enum {
- PT_POT = 4,
+ PT_TREESTUMP,
+ PT_ROCK,
+ PT_2,
+ PT_DUNGEON,
+ PT_JAR,
+ PT_5,
+ PT_TOD,
} PortalTypes;
typedef struct {