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:
helixhorned 2014-08-31 11:15:21 +00:00
parent fea848c486
commit 7254bf7ac4

View file

@ -6369,6 +6369,7 @@ void C_Compile(const char *filenam)
}
Bfree(g_scriptModules);
g_scriptModules = NULL;
g_scriptModulesNum = 0;
flushlogwindow = 1;