Revert part of r6230

git-svn-id: https://svn.eduke32.com/eduke32@6309 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2017-07-02 00:44:24 +00:00
parent 0bf330b2c6
commit 72dadcbece
1 changed files with 2 additions and 2 deletions

View File

@ -4622,9 +4622,9 @@ void P_ProcessInput(int playerNum)
clipshape_idx_for_sprite((uspritetype *)&sprite[spriteNum], -1) >= 0)
{
// EDuke32 extension: xvel of 1 makes a sprite be never regarded as a bridge.
if ((sprite[spriteNum].xvel & 1) == 0 &&
if ((sprite[spriteNum].xvel & 1) == 0 /*&&
(sprite[spriteNum].z - ((tilesiz[sprite[spriteNum].picnum].y * sprite[spriteNum].yrepeat) << 2))
< (pSprite->z - (PHEIGHT - pPlayer->autostep)))
< (pSprite->z - (PHEIGHT - pPlayer->autostep))*/)
{
sectorLotag = 0;
pPlayer->footprintcount = 0;