mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- fixed typo in error message
This commit is contained in:
parent
12b8510574
commit
34f2d8f310
1 changed files with 1 additions and 1 deletions
|
@ -2482,7 +2482,7 @@ FxExpression *FxAssign::Resolve(FCompileContext &ctx)
|
||||||
}
|
}
|
||||||
else if (Base->IsDynamicArray())
|
else if (Base->IsDynamicArray())
|
||||||
{
|
{
|
||||||
ScriptPosition.Message(MSG_ERROR, "Cannot assign dymanic arrays, use Copy() or Move() function instead");
|
ScriptPosition.Message(MSG_ERROR, "Cannot assign dynamic arrays, use Copy() or Move() function instead");
|
||||||
delete this;
|
delete this;
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue