- no more simplify in state parameters.
- resolving constants with the backend requires a few more error checks.
This commit is contained in:
parent
2880f56080
commit
061ba48dc1
5 changed files with 119 additions and 72 deletions
|
|
@ -1054,6 +1054,8 @@ void FScriptPosition::Message (int severity, const char *message, ...) const
|
|||
{
|
||||
severity = StrictErrors || strictdecorate ? MSG_ERROR : MSG_WARNING;
|
||||
}
|
||||
// This is mainly for catching the error with an exception handler.
|
||||
if (severity == MSG_ERROR && errorout) severity = MSG_FATAL;
|
||||
|
||||
if (message == NULL)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue