mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 09:20:59 +00:00
- backend update from GZDoom.
This commit is contained in:
parent
26c7bcdca4
commit
5a5f9b8e02
15 changed files with 71 additions and 95 deletions
|
@ -2967,6 +2967,7 @@ FxExpression *FxMulDiv::Resolve(FCompileContext& ctx)
|
|||
case '/':
|
||||
// For division, the vector must be the first operand.
|
||||
if (right->IsVector()) goto error;
|
||||
[[fallthrough]];
|
||||
|
||||
case '*':
|
||||
if (left->IsVector() && right->IsNumeric())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue