mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix Leaf Storm ball screen shake
This commit is contained in:
parent
4259c4287e
commit
1d3a5c3afe
1 changed files with 1 additions and 2 deletions
|
|
@ -79,8 +79,7 @@ void Obj_EggBallThink(mobj_t *mo)
|
|||
|
||||
S_StartSound(mo, sfx_s3k59);
|
||||
|
||||
P_StartQuakeFromMobj(FRACUNIT*20, 6, 512 * mapobjectscale, mo);
|
||||
|
||||
P_StartQuakeFromMobj(6, 20 * mo->scale, 512 * mo->scale, mo);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue