mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-14 00:20:51 +00:00
restore accidentally deleted 'else'.
This commit is contained in:
parent
0b36beb10d
commit
c73f805110
1 changed files with 1 additions and 1 deletions
|
@ -3861,7 +3861,7 @@ FxExpression *FxCompareRel::Resolve(FCompileContext& ctx)
|
|||
}
|
||||
ValueType = TypeString;
|
||||
}
|
||||
if (left->IsNumeric() && right->IsNumeric())
|
||||
else if (left->IsNumeric() && right->IsNumeric())
|
||||
{
|
||||
if (left->IsInteger() && right->IsInteger())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue