- properly clear all script compiler data for a restart.

This commit is contained in:
Christoph Oelckers 2016-11-07 11:30:41 +01:00
parent dc055b74c1
commit 208fe28042
4 changed files with 10 additions and 16 deletions

View file

@ -774,5 +774,5 @@ void FFunctionBuildList::Build()
fclose(dump);
}
FScriptPosition::StrictErrors = false;
mItems.Clear();
}