mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Disable team scoring widget in pointlimit modes
This commit is contained in:
parent
68d83f6870
commit
c0263d2184
1 changed files with 3 additions and 0 deletions
|
|
@ -3756,6 +3756,9 @@ void K_drawKartTeamScores(boolean fromintermission, INT32 interoffset)
|
|||
if (r_splitscreen > 1 && !K_FirstActiveDisplayPlayer(stplyr))
|
||||
return;
|
||||
|
||||
if (gametyperules & GTR_POINTLIMIT)
|
||||
return; // Just can't be fucked right now LMAO
|
||||
|
||||
if (TEAM__MAX != 3)
|
||||
return; // "maybe someday" - the magic conch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue