mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Update pwr levels on checkpoint cross
This commit is contained in:
parent
6f455bc1fb
commit
57fb5b758c
1 changed files with 2 additions and 0 deletions
|
|
@ -681,6 +681,8 @@ void __attribute__((optimize("O0"))) Obj_CrossCheckpoints(player_t* player, fixe
|
||||||
{
|
{
|
||||||
player->exp -= FRACUNIT/20;
|
player->exp -= FRACUNIT/20;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
K_UpdatePowerLevels(player, player->laps, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
mobj_t* Obj_FindCheckpoint(INT32 id)
|
mobj_t* Obj_FindCheckpoint(INT32 id)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue