- Fixed P_CheckSwitchRange() should not force range checking of lines flagged with ML_3DMIDTEX

if they do not have a midtexture.

SVN r3601 (trunk)
This commit is contained in:
Randy Heit 2012-04-27 03:17:56 +00:00
commit 158f32bcda
2 changed files with 11 additions and 5 deletions

View file

@ -288,7 +288,7 @@ bool P_ActivateLine (line_t *line, AActor *mo, int side, int activationType)
bool P_TestActivateLine (line_t *line, AActor *mo, int side, int activationType)
{
int lineActivation = line->activation;
int lineActivation = line->activation;
if (line->flags & ML_FIRSTSIDEONLY && side == 1)
{