We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e630e7d + fa0fbd7 commit 4ae4d8aCopy full SHA for 4ae4d8a
Projects/Android/jni/gzdoom-g3.3mgw_mobile/wadsrc/static/zscript/actors/player/player.zs
@@ -1254,7 +1254,7 @@ class PlayerPawn : Actor
1254
Angle += cmd.yaw * (360./65536.);
1255
}
1256
1257
- player.onground = (pos.z <= floorz) || bOnMobj || bMBFBouncer || (player.cheats & CF_NOCLIP2);
+ player.onground = (pos.z <= floorz + 0.1) || bOnMobj || bMBFBouncer || (player.cheats & CF_NOCLIP2);
1258
1259
// killough 10/98:
1260
//
0 commit comments