mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- Remove testing bit inadvertently left in for r3951.
SVN r3953 (trunk)
This commit is contained in:
parent
db4d58b2b8
commit
4f811b89e5
1 changed files with 1 additions and 1 deletions
|
@ -540,7 +540,7 @@ bool P_Move (AActor *actor)
|
|||
!((actor->flags & MF_NOGRAVITY) || (actor->flags6 & MF6_CANJUMP))
|
||||
&& actor->z > actor->floorz && !(actor->flags2 & MF2_ONMOBJ))
|
||||
{
|
||||
if (0 && actor->z <= actor->floorz + actor->MaxStepHeight)
|
||||
if (actor->z <= actor->floorz + actor->MaxStepHeight)
|
||||
{
|
||||
fixed_t savedz = actor->z;
|
||||
actor->z = actor->floorz;
|
||||
|
|
Loading…
Reference in a new issue