shithub: choc

Download patch

ref: 064bf5faa71a9fb4d9d56bf9a33bbb62a7ad4d3e
parent: 3fc2b945a86e4f7f27d7250a31b06d9cf432f757
author: Samuel Villareal <svkaiser@gmail.com>
date: Sat Sep 11 21:10:57 EDT 2010

+ Fixed flag clearing issue in P_ChangeSwitchTexture

Subversion-branch: /branches/strife-branch
Subversion-revision: 2070

--- a/src/strife/p_switch.c
+++ b/src/strife/p_switch.c
@@ -262,7 +262,7 @@
     // villsa [STRIFE] check for linetype 182 (break glass)
     if(line->special == 182)
     {
-        line->flags &= ~ML_BLOCKMONSTERS;
+        line->flags &= ~ML_BLOCKING;
         breakglass = true;
 
         if(useAgain)