Fix problem with standalone builds not finding their data when the startup window is disabled. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@6012 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2017-01-18 22:21:31 +00:00
parent 129539a49d
commit d281d34801
1 changed files with 3 additions and 0 deletions

View File

@ -362,6 +362,9 @@ void G_ScanGroups(void)
break;
}
}
if (g_selectedGrp == NULL)
g_selectedGrp = foundgrps;
}
static int32_t G_TryLoadingGrp(char const * const grpfile)