Got a flag backwards
This commit is contained in:
parent
0b9aeb33e1
commit
809a9d801c
2 changed files with 2 additions and 2 deletions
|
|
@ -903,7 +903,7 @@ FUNC(LS_Teleport_NoFog)
|
|||
// Teleport_NoFog (tid, useang, sectortag, keepheight)
|
||||
{
|
||||
int flags = 0;
|
||||
if (arg1)
|
||||
if (!arg1)
|
||||
{
|
||||
flags |= TELF_KEEPORIENTATION;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue