diff options
Diffstat (limited to 'src/strife/p_switch.c')
-rw-r--r-- | src/strife/p_switch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/p_switch.c b/src/strife/p_switch.c index 0e1da1e8..9ea42e1b 100644 --- a/src/strife/p_switch.c +++ b/src/strife/p_switch.c @@ -262,7 +262,7 @@ void P_ChangeSwitchTexture(line_t* line, int useAgain) // villsa [STRIFE] check for linetype 182 (break glass) if(line->special == 182) { - line->flags &= ~ML_BLOCKMONSTERS; + line->flags &= ~ML_BLOCKING; breakglass = true; if(useAgain) |