summaryrefslogtreecommitdiff
path: root/src/strife/p_spec.h
diff options
context:
space:
mode:
authorJames Haley2010-09-17 01:52:09 +0000
committerJames Haley2010-09-17 01:52:09 +0000
commit67ff06d6e49c0b7cf378ec0542896f8e99605994 (patch)
treec1dcdc5349e27487e0405f88ea204cf98406d1c0 /src/strife/p_spec.h
parent96736b3926e90e09ad6f42e1ba9fcbdecccc7180 (diff)
downloadchocolate-doom-67ff06d6e49c0b7cf378ec0542896f8e99605994.tar.gz
chocolate-doom-67ff06d6e49c0b7cf378ec0542896f8e99605994.tar.bz2
chocolate-doom-67ff06d6e49c0b7cf378ec0542896f8e99605994.zip
Vetted all existing floor types and modified/added ones which changed.
Finished up line type 145, WR Exit Level to Spot, and added the G_RiftPlayer call to G_DoWorldDone. Subversion-branch: /branches/strife-branch Subversion-revision: 2096
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;