mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-04 17:02:24 +00:00
missing 'break'
This commit is contained in:
parent
34817d9776
commit
372cbbc544
1 changed files with 1 additions and 0 deletions
|
@ -1525,6 +1525,7 @@ fixed_t P_GetMobjGravity(mobj_t *mo)
|
|||
case MT_WATERDROP:
|
||||
case MT_CYBRAKDEMON:
|
||||
gravityadd >>= 1;
|
||||
break;
|
||||
case MT_ROLLOUTROCK:
|
||||
// If a player has gravity boots and its riding a rollout rock, the rock should copy the player's gravity
|
||||
if (mo->tracer && mo->tracer->player && mo->tracer->player->powers[pw_gravityboots])
|
||||
|
|
Loading…
Reference in a new issue