mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Revert part of r6230
git-svn-id: https://svn.eduke32.com/eduke32@6309 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
0bf330b2c6
commit
72dadcbece
1 changed files with 2 additions and 2 deletions
|
@ -4622,9 +4622,9 @@ void P_ProcessInput(int playerNum)
|
||||||
clipshape_idx_for_sprite((uspritetype *)&sprite[spriteNum], -1) >= 0)
|
clipshape_idx_for_sprite((uspritetype *)&sprite[spriteNum], -1) >= 0)
|
||||||
{
|
{
|
||||||
// EDuke32 extension: xvel of 1 makes a sprite be never regarded as a bridge.
|
// 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))
|
(sprite[spriteNum].z - ((tilesiz[sprite[spriteNum].picnum].y * sprite[spriteNum].yrepeat) << 2))
|
||||||
< (pSprite->z - (PHEIGHT - pPlayer->autostep)))
|
< (pSprite->z - (PHEIGHT - pPlayer->autostep))*/)
|
||||||
{
|
{
|
||||||
sectorLotag = 0;
|
sectorLotag = 0;
|
||||||
pPlayer->footprintcount = 0;
|
pPlayer->footprintcount = 0;
|
||||||
|
|
Loading…
Reference in a new issue