summaryrefslogtreecommitdiff
path: root/src/strife/p_spec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_spec.c')
-rw-r--r--src/strife/p_spec.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/strife/p_spec.c b/src/strife/p_spec.c
index 4a59bf05..d0d7f776 100644
--- a/src/strife/p_spec.c
+++ b/src/strife/p_spec.c
@@ -1065,6 +1065,7 @@ P_ShootSpecialLine
switch(line->special)
{
case 46:
+ case 182: // villsa [STRIFE] for windows
// OPEN DOOR IMPACT
ok = 1;
break;
@@ -1092,6 +1093,11 @@ P_ShootSpecialLine
EV_DoPlat(line,raiseToNearestAndChange,0);
P_ChangeSwitchTexture(line,0);
break;
+
+ case 182:
+ // villsa [STRIFE] break glass
+ P_ChangeSwitchTexture(line, 0);
+ break;
}
}