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.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/strife/p_spec.h b/src/strife/p_spec.h
index 50b451ba..684386af 100644
--- a/src/strife/p_spec.h
+++ b/src/strife/p_spec.h
@@ -339,17 +339,17 @@ void P_ActivateInStasis(int tag);
//
typedef enum
{
- normal,
- close30ThenOpen,
- close,
- open,
- raiseIn5Mins,
- blazeRaise,
- blazeOpen,
- blazeClose,
- shopClose, // villsa [STRIFE]
- splitRaiseNearest, // villsa [STRIFE]
- splitOpen // villsa [STRIFE]
+ vld_normal,
+ vld_close30ThenOpen,
+ vld_close,
+ vld_open,
+ vld_raiseIn5Mins,
+ vld_blazeRaise,
+ vld_blazeOpen,
+ vld_blazeClose,
+ vld_shopClose, // villsa [STRIFE]
+ vld_splitRaiseNearest, // villsa [STRIFE]
+ vld_splitOpen // villsa [STRIFE]
} vldoor_e;