diff options
Diffstat (limited to 'src/strife/p_switch.c')
-rw-r--r-- | src/strife/p_switch.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/strife/p_switch.c b/src/strife/p_switch.c index 6c88e885..e18ecb6f 100644 --- a/src/strife/p_switch.c +++ b/src/strife/p_switch.c @@ -571,6 +571,11 @@ P_UseSpecialLine if (EV_DoDoor(line,normal)) P_ChangeSwitchTexture(line,0); break; + + case 40: + // villsa [STRIFE] Split Open Door + if(EV_DoDoor(line, splitOpen)) + P_ChangeSwitchTexture(line, 0); case 41: // Lower Ceiling to Floor |