- Fixed: PIT_StompThing never checked for COMPATF_NO_PASSMOBJ.

- Fixed: COMPATF_TRACE returned true for all two-sided lines, not just for
  those with the same sector on both sides.

SVN r206 (trunk)
This commit is contained in:
Christoph Oelckers 2006-06-21 11:47:27 +00:00
commit e2ac4c1168
4 changed files with 9 additions and 4 deletions

View file

@ -405,7 +405,7 @@ void P_TranslateTeleportThings ()
}
else if (lines[i].special == Teleport_ZombieChanger)
{
if (lines[i].args[2] == 0)
if (lines[i].args[1] == 0)
{
lines[i].args[0] = 1;
}