Update pwr levels on checkpoint cross

This commit is contained in:
Ashnal 2024-08-18 21:05:13 -04:00
parent 6f455bc1fb
commit 57fb5b758c

View file

@ -681,6 +681,8 @@ void __attribute__((optimize("O0"))) Obj_CrossCheckpoints(player_t* player, fixe
{
player->exp -= FRACUNIT/20;
}
K_UpdatePowerLevels(player, player->laps, false);
}
mobj_t* Obj_FindCheckpoint(INT32 id)