mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix cup data loading from json
This commit is contained in:
parent
ec1041eaa2
commit
266fe6d65d
1 changed files with 1 additions and 1 deletions
|
|
@ -597,7 +597,7 @@ void srb2::load_ng_gamedata()
|
||||||
std::string cupname = std::string(cup->name);
|
std::string cupname = std::string(cup->name);
|
||||||
if (cupname == cuppair.first)
|
if (cupname == cuppair.first)
|
||||||
{
|
{
|
||||||
continue;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue