0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-04-18 00:11:48 +00:00

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;
}