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.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;