diff options
Diffstat (limited to 'src/strife/p_spec.h')
-rw-r--r-- | src/strife/p_spec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strife/p_spec.h b/src/strife/p_spec.h index b3bb29af..763591a0 100644 --- a/src/strife/p_spec.h +++ b/src/strife/p_spec.h @@ -488,6 +488,7 @@ typedef struct void P_InitSlidingDoorFrames(void); void EV_SlidingDoor(line_t* line, mobj_t* thing); +int EV_RemoteSlidingDoor(line_t* line, mobj_t* thing); |