mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Match tournament exclusions with the map cheat
By request
This commit is contained in:
parent
8aa58e3e88
commit
9fdfb714b5
1 changed files with 4 additions and 0 deletions
|
|
@ -124,6 +124,10 @@ void f_tournament()
|
||||||
{
|
{
|
||||||
if ((mapheaderinfo[i]->records.mapvisited & GD_MV_SET) == GD_MV_SET)
|
if ((mapheaderinfo[i]->records.mapvisited & GD_MV_SET) == GD_MV_SET)
|
||||||
continue;
|
continue;
|
||||||
|
if (mapheaderinfo[i]->typeoflevel & TOL_VERSUS)
|
||||||
|
continue;
|
||||||
|
if (!strcmp(mapheaderinfo[i]->lumpname, "RR_HIDDENPALACE"))
|
||||||
|
continue;
|
||||||
mapheaderinfo[i]->records.mapvisited |= GD_MV_SET;
|
mapheaderinfo[i]->records.mapvisited |= GD_MV_SET;
|
||||||
success = true;
|
success = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue