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 763591a0..1c10287e 100644
--- a/src/strife/p_spec.h
+++ b/src/strife/p_spec.h
@@ -132,7 +132,7 @@ getNextSector
// SPECIAL
//
int EV_DoDonut(line_t* line);
-
+int EV_ClearForceFields(line_t* line); // villsa [STRIFE]
//
@@ -352,7 +352,10 @@ typedef enum
raiseIn5Mins,
blazeRaise,
blazeOpen,
- blazeClose
+ blazeClose,
+ shopClose, // villsa [STRIFE]
+ splitRaiseNearest, // villsa [STRIFE]
+ splitOpen // villsa [STRIFE]
} vldoor_e;