mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-23 05:51:58 +00:00
Comment out the float for now, not my design
This commit is contained in:
parent
1ddfd7c1ee
commit
9784fd6d97
1 changed files with 2 additions and 0 deletions
|
|
@ -14777,6 +14777,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
|||
P_Thrust(player->mo, player->mo->angle, (40 + 10 * player->itemamount) * player->mo->scale);
|
||||
player->pflags2 |= PF2_FASTTUMBLEBOUNCE;
|
||||
|
||||
/*
|
||||
if (onground)
|
||||
{
|
||||
P_SetObjectMomZ(player->mo, 10*FRACUNIT, true);
|
||||
|
|
@ -14786,6 +14787,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
|||
{
|
||||
P_SetObjectMomZ(player->mo, -50*FRACUNIT, true);
|
||||
}
|
||||
*/
|
||||
|
||||
player->itemamount = 0;
|
||||
player->botvars.itemconfirm = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue