mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
Fixed a typo
This commit is contained in:
parent
058ed632de
commit
fe2f383997
1 changed files with 1 additions and 1 deletions
|
@ -1561,7 +1561,7 @@ static boolean PIT_CheckThing(mobj_t *thing)
|
|||
}
|
||||
}
|
||||
|
||||
if ((thing->flags & MF_SPRING || thing->type == MT_STEAM) && (thing->player))
|
||||
if ((tmthing->flags & MF_SPRING || tmthing->type == MT_STEAM) && (thing->player))
|
||||
; // springs and gas jets should never be able to step up onto a player
|
||||
// z checking at last
|
||||
// Treat noclip things as non-solid!
|
||||
|
|
Loading…
Reference in a new issue