mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 20:22:40 +00:00
HUD: do not scroll FINISH across the screen when NO CONTESTING
- Don't show this for Time Attack fail
This commit is contained in:
parent
4fd5873e0f
commit
448781bdd9
1 changed files with 1 additions and 3 deletions
|
|
@ -8105,9 +8105,7 @@ void K_KartPlayerHUDUpdate(player_t *player)
|
|||
player->karthud[khud_ringspblock] = (leveltime % 14); // reset to normal anim next time
|
||||
}
|
||||
|
||||
if (player->exiting
|
||||
&& (specialstageinfo.valid == false
|
||||
|| !(player->pflags & PF_NOCONTEST)))
|
||||
if (player->exiting && !(player->pflags & PF_NOCONTEST))
|
||||
{
|
||||
if (player->karthud[khud_finish] <= 2*TICRATE)
|
||||
player->karthud[khud_finish]++;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue