- that was for testing only.

This commit is contained in:
Christoph Oelckers 2020-09-09 00:01:14 +02:00
parent 9615308fb3
commit d6c6561309
1 changed files with 1 additions and 1 deletions

View File

@ -1723,7 +1723,7 @@ static void movement(int snum, ESyncBits actions, int psect, int fz, int cz, int
if ((p->posz + p->poszv) >= (fz - (i << 8))) // hit the ground if ((p->posz + p->poszv) >= (fz - (i << 8))) // hit the ground
{ {
//S_StopSound(DUKE_SCREAM, pi); S_StopSound(DUKE_SCREAM, pi);
if (sector[p->cursectnum].lotag != 1) if (sector[p->cursectnum].lotag != 1)
{ {
if (p->falling_counter > 62) quickkill(p); if (p->falling_counter > 62) quickkill(p);