don't say we launched if we didn't actually launch

This commit is contained in:
katsy 2021-04-02 20:50:56 -04:00
parent 17ce7d57c3
commit 57c7a18a20

View file

@ -777,13 +777,13 @@ void P_SlopeLaunch(mobj_t *mo)
mo->momx = slopemom.x;
mo->momy = slopemom.y;
mo->momz = slopemom.z/2;
if (mo->player)
mo->player->powers[pw_justlaunched] = 1;
}
//CONS_Printf("Launched off of slope.\n");
mo->standingslope = NULL;
if (mo->player)
mo->player->powers[pw_justlaunched] = 1;
}
//