mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 09:31:14 +00:00
- changed type of Nop expression to void
Control flow statements with constant condition no longer cause misleading fatal errors in ZScript https://forum.zdoom.org/viewtopic.php?t=63566
This commit is contained in:
parent
83fa021e4b
commit
05b12e8d74
1 changed files with 1 additions and 1 deletions
|
@ -2106,7 +2106,7 @@ public:
|
|||
: FxExpression(EFX_Nop, p)
|
||||
{
|
||||
isresolved = true;
|
||||
ValueType = TypeError;
|
||||
ValueType = TypeVoid;
|
||||
}
|
||||
ExpEmit Emit(VMFunctionBuilder *build)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue