mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'master' into sal-waypoints
This commit is contained in:
commit
eacd3e2749
1 changed files with 5 additions and 0 deletions
|
|
@ -4086,6 +4086,11 @@ void G_LoadGameData(void)
|
|||
// Allow saving of gamedata beyond this point
|
||||
gamedataloaded = true;
|
||||
|
||||
if (M_CheckParm("-gamedata") && M_IsNextParm())
|
||||
{
|
||||
strlcpy(gamedatafilename, M_GetNextParm(), sizeof gamedatafilename);
|
||||
}
|
||||
|
||||
if (M_CheckParm("-resetdata"))
|
||||
return; // Don't load (essentially, reset).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue