mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Really, really drop emeralds from monitors dead center on the ground
This commit is contained in:
parent
3b947ebf85
commit
85bfd5be12
1 changed files with 6 additions and 6 deletions
|
|
@ -442,13 +442,13 @@ adjust_monitor_drop
|
||||||
{
|
{
|
||||||
if (drop->type == MT_EMERALD)
|
if (drop->type == MT_EMERALD)
|
||||||
{
|
{
|
||||||
drop->momz = 0;
|
drop->momx = drop->momy = drop->momz = 0;
|
||||||
drop->angle = 0;
|
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
P_InstaThrust(drop, drop->angle, 8*mapobjectscale);
|
P_InstaThrust(drop, drop->angle, 8*mapobjectscale);
|
||||||
|
|
||||||
drop->momz *= 8;
|
drop->momz *= 8;
|
||||||
|
}
|
||||||
|
|
||||||
K_FlipFromObject(drop, monitor);
|
K_FlipFromObject(drop, monitor);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue