whitespace

This commit is contained in:
Nev3r 2021-06-02 11:36:52 +02:00
parent 9c68f8cbb0
commit a4300220e9

View file

@ -817,7 +817,7 @@ 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;
}