mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
Exclude TOL_VERSUS from map unlock pass
This commit is contained in:
parent
57850c3868
commit
217fe023ef
1 changed files with 2 additions and 0 deletions
|
|
@ -323,6 +323,8 @@ void f_maps()
|
||||||
{
|
{
|
||||||
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;
|
||||||
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