use symbolic constant in two places close to the last commit.

This commit is contained in:
Christoph Oelckers 2023-11-11 09:51:30 +01:00
parent 2cf474bddc
commit 13d57cdbd6

View file

@ -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);