summaryrefslogtreecommitdiff
path: root/src/strife/p_spec.h
diff options
context:
space:
mode:
authorSamuel Villareal2010-09-25 02:21:59 +0000
committerSamuel Villareal2010-09-25 02:21:59 +0000
commit12aafe9c5c927139a295d59675d8b7931bc2b96f (patch)
tree34f4feac18b7a1f17969a572c5846b758fc1bfa9 /src/strife/p_spec.h
parent096d3d1121fe825261c4adb78fdadf40853443c3 (diff)
downloadchocolate-doom-12aafe9c5c927139a295d59675d8b7931bc2b96f.tar.gz
chocolate-doom-12aafe9c5c927139a295d59675d8b7931bc2b96f.tar.bz2
chocolate-doom-12aafe9c5c927139a295d59675d8b7931bc2b96f.zip
+ Plats finished
+ All plat line types identified Subversion-branch: /branches/strife-branch Subversion-revision: 2136
Diffstat (limited to 'src/strife/p_spec.h')
-rw-r--r--src/strife/p_spec.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/strife/p_spec.h b/src/strife/p_spec.h
index 144b77d5..db607bd6 100644
--- a/src/strife/p_spec.h
+++ b/src/strife/p_spec.h
@@ -292,9 +292,11 @@ typedef enum
{
perpetualRaise,
downWaitUpStay,
+ slowDWUS, // villsa [STRIFE]
raiseAndChange,
raiseToNearestAndChange,
- blazeDWUS
+ blazeDWUS,
+ upWaitDownStay // villsa [STRIFE]
} plattype_e;