- 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:
parent
c32afb8b4c
commit
e2ac4c1168
4 changed files with 9 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue