mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 06:41:59 +00:00
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:
parent
129539a49d
commit
d281d34801
1 changed files with 3 additions and 0 deletions
|
@ -362,6 +362,9 @@ void G_ScanGroups(void)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (g_selectedGrp == NULL)
|
||||||
|
g_selectedGrp = foundgrps;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int32_t G_TryLoadingGrp(char const * const grpfile)
|
static int32_t G_TryLoadingGrp(char const * const grpfile)
|
||||||
|
|
Loading…
Reference in a new issue