the rest of the portal types (2 unknown to me)

This commit is contained in:
Reinmmar
2023-09-17 22:00:45 +02:00
parent 4c37e6cf5e
commit 203f691dff
6 changed files with 31 additions and 26 deletions
+7 -1
View File
@@ -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 {