mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Make back trick stronger
This commit is contained in:
parent
ede66a6632
commit
a4217c7fd1
1 changed files with 1 additions and 1 deletions
|
|
@ -7681,7 +7681,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
|||
relative = false;
|
||||
}
|
||||
|
||||
P_SetObjectMomZ(player->mo, 24*FRACUNIT, relative);
|
||||
P_SetObjectMomZ(player->mo, 48*FRACUNIT, relative);
|
||||
|
||||
player->trickpanel = 3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue