Corrected non-complete set of cases.

This commit is contained in:
toasterbabe 2016-10-31 09:34:24 +00:00
parent 6a2e101ebe
commit 1e1a6c32f0
1 changed files with 4 additions and 0 deletions

View File

@ -2151,6 +2151,8 @@ void T_EachTimeThinker(levelspecthink_t *eachtime)
if (!insector)
continue;
}
else
continue;
topheight = P_GetSpecialTopZ(players[j].mo, sec, targetsec);
bottomheight = P_GetSpecialBottomZ(players[j].mo, sec, targetsec);
@ -2215,6 +2217,8 @@ void T_EachTimeThinker(levelspecthink_t *eachtime)
if (!insector)
continue;
}
else
continue;
if (!(players[i].mo->subsector->sector == sec
|| P_PlayerTouchingSectorSpecial(&players[i], 2, (GETSECSPECIAL(sec->special, 2))) == sec))