mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
clarify the situation a bit more in the comments
This commit is contained in:
parent
7ee6ff2b03
commit
8eb80cbf75
1 changed files with 2 additions and 1 deletions
|
|
@ -1293,7 +1293,8 @@ void D_SRB2Main(void)
|
||||||
|
|
||||||
//------------------------------------------------ COMMAND LINE PARAMS
|
//------------------------------------------------ COMMAND LINE PARAMS
|
||||||
|
|
||||||
// this must be done after loading gamedata, to avoid setting off the corrupted gamedata flag in G_LoadGameData
|
// this must be done after loading gamedata,
|
||||||
|
// to avoid setting off the corrupted gamedata code in G_LoadGameData if a SOC with custom gamedata is added
|
||||||
// -- Monster Iestyn 20/02/20
|
// -- Monster Iestyn 20/02/20
|
||||||
if (M_CheckParm("-warp") && M_IsNextParm())
|
if (M_CheckParm("-warp") && M_IsNextParm())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue