mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-19 15:40:58 +00:00
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:
parent
ef0d79140c
commit
9a1a3f01e8
1 changed files with 4 additions and 1 deletions
|
@ -10060,10 +10060,13 @@ int32_t ExtInit(void)
|
||||||
|
|
||||||
// backup pathsearchmode so that a later open
|
// backup pathsearchmode so that a later open
|
||||||
// will hopefully be the same file
|
// will hopefully be the same file
|
||||||
pathsearchmode_oninit = pathsearchmode;
|
pathsearchmode_oninit = pathsearchmode = 0;
|
||||||
|
|
||||||
G_ScanGroups();
|
G_ScanGroups();
|
||||||
|
|
||||||
|
// reset search mode to full file system
|
||||||
|
pathsearchmode = 1;
|
||||||
|
|
||||||
signal(SIGINT, m32script_interrupt_handler);
|
signal(SIGINT, m32script_interrupt_handler);
|
||||||
|
|
||||||
return rv;
|
return rv;
|
||||||
|
|
Loading…
Reference in a new issue