Got a flag backwards

This commit is contained in:
Randy Heit 2016-01-31 21:23:45 -06:00
commit 809a9d801c
2 changed files with 2 additions and 2 deletions

View file

@ -903,7 +903,7 @@ FUNC(LS_Teleport_NoFog)
// Teleport_NoFog (tid, useang, sectortag, keepheight)
{
int flags = 0;
if (arg1)
if (!arg1)
{
flags |= TELF_KEEPORIENTATION;
}