- fixed: Deprecation messages should never appear in DECORATE.
- removed some console message spam.
This commit is contained in:
parent
d4ea991763
commit
e50315bd31
4 changed files with 7 additions and 6 deletions
|
|
@ -202,8 +202,10 @@ void LoadActors ()
|
|||
FScriptPosition::ResetErrorCounter();
|
||||
|
||||
InitThingdef();
|
||||
FScriptPosition::StrictErrors = true;
|
||||
ParseScripts();
|
||||
|
||||
FScriptPosition::StrictErrors = false;
|
||||
ParseAllDecorate();
|
||||
|
||||
FunctionBuildList.Build();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue