mirror of
https://github.com/ZDoom/Raze.git
synced 2025-04-04 23:12:15 +00:00
use symbolic constant in two places close to the last commit.
This commit is contained in:
parent
2cf474bddc
commit
13d57cdbd6
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ static void movement(DDukePlayer* const p, ESyncBits actions, sectortype* psect,
|
|||
if (pact->getOffsetZ() + p->vel.Z >= floorz - i) // hit the ground
|
||||
{
|
||||
S_StopSound(DUKE_SCREAM, pact);
|
||||
if (!p->insector() || p->cursector->lotag != 1)
|
||||
if (!p->insector() || p->cursector->lotag != ST_1_ABOVE_WATER)
|
||||
{
|
||||
if (p->falling_counter > 62 && !ud.god) quickkill(p);
|
||||
|
||||
|
|
Loading…
Reference in a new issue