summaryrefslogtreecommitdiff
path: root/src/strife/p_spec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_spec.h')
-rw-r--r--src/strife/p_spec.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/strife/p_spec.h b/src/strife/p_spec.h
index 1c10287e..215c7644 100644
--- a/src/strife/p_spec.h
+++ b/src/strife/p_spec.h
@@ -579,14 +579,17 @@ typedef enum
// and change floorpic
lowerAndChange,
- raiseFloor24,
+ raiseFloor64, // [STRIFE] changed from 24 to 64
raiseFloor24AndChange,
raiseFloorCrush,
// raise to next highest floor, turbo-speed
raiseFloorTurbo,
donutRaise,
- raiseFloor512
+ raiseFloor512,
+
+ // [STRIFE] New floor type - used for the coolant reactor pit
+ raiseFloor512AndChange
} floor_e;