mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
No TEST RUN in statistics as that's also forbidden in Time Attack
This commit is contained in:
parent
967ad3662d
commit
0124cf7356
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@ static boolean M_StatisticsAddMap(UINT16 map, cupheader_t *cup, boolean *headere
|
|||
if (mapheaderinfo[map]->menuflags & (LF2_NOTIMEATTACK|LF2_HIDEINSTATS|LF2_HIDEINMENU))
|
||||
return false;
|
||||
|
||||
// No TEST RUN, as that's another exception to Time Attack too
|
||||
if (!mapheaderinfo[map]->typeoflevel)
|
||||
return false;
|
||||
|
||||
// Check for completion
|
||||
if ((mapheaderinfo[map]->menuflags & LF2_FINISHNEEDED)
|
||||
&& !(mapheaderinfo[map]->mapvisited & MV_BEATEN))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue