mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Ring sting debt indicator properly supports splitscreen
This commit is contained in:
parent
643a63e1e6
commit
5e4be346d4
1 changed files with 1 additions and 2 deletions
|
|
@ -5467,8 +5467,7 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
|
||||||
debtflag->frame += 4;
|
debtflag->frame += 4;
|
||||||
debtflag->color = player->skincolor;
|
debtflag->color = player->skincolor;
|
||||||
debtflag->fuse = 2;
|
debtflag->fuse = 2;
|
||||||
if (P_IsDisplayPlayer(player))
|
debtflag->drawflags = K_GetPlayerDontDrawFlag(player);
|
||||||
debtflag->drawflags |= MFD_DONTDRAW;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (player->kartstuff[k_springstars] && (leveltime & 1))
|
if (player->kartstuff[k_springstars] && (leveltime & 1))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue