summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorReinmmar <herwig.orlich@gmail.com>2023-09-17 22:00:45 +0200
committerReinmmar <herwig.orlich@gmail.com>2023-09-17 22:00:45 +0200
commit203f691dff9ded169ae64f0b6b7ea7279795d843 (patch)
tree8401b729d9530789faab50b612872f7934d82f9f /include
parent4c37e6cf5e8ee468b047aff9dafb6f1afe8b5bad (diff)
the rest of the portal types (2 unknown to me)
Diffstat (limited to 'include')
-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 {