Fix Leaf Storm ball screen shake

This commit is contained in:
Sally Coolatta 2024-03-24 18:15:40 -04:00
parent 4259c4287e
commit 1d3a5c3afe

View file

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