mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
clarify the situation a bit more in the comments
This commit is contained in:
parent
903cc311a7
commit
5c33ff0458
1 changed files with 2 additions and 1 deletions
|
@ -1293,7 +1293,8 @@ void D_SRB2Main(void)
|
|||
|
||||
//------------------------------------------------ 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
|
||||
if (M_CheckParm("-warp") && M_IsNextParm())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue