Fix grpinfo reading in Mapster32

Thanks to Doom64hunter.

git-svn-id: https://svn.eduke32.com/eduke32@7990 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2019-08-14 03:04:11 +00:00 committed by Christoph Oelckers
parent ef0d79140c
commit 9a1a3f01e8

View file

@ -10060,10 +10060,13 @@ int32_t ExtInit(void)
// backup pathsearchmode so that a later open
// will hopefully be the same file
pathsearchmode_oninit = pathsearchmode;
pathsearchmode_oninit = pathsearchmode = 0;
G_ScanGroups();
// reset search mode to full file system
pathsearchmode = 1;
signal(SIGINT, m32script_interrupt_handler);
return rv;