mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Fix crash using INTERNAL DEFAULTS after CON error when CON modules were given.
git-svn-id: https://svn.eduke32.com/eduke32@4582 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
fea848c486
commit
7254bf7ac4
1 changed files with 1 additions and 0 deletions
|
@ -6369,6 +6369,7 @@ void C_Compile(const char *filenam)
|
|||
}
|
||||
Bfree(g_scriptModules);
|
||||
g_scriptModules = NULL;
|
||||
g_scriptModulesNum = 0;
|
||||
|
||||
flushlogwindow = 1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue