mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-01 06:10:42 +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;
|
ValueType = TypeString;
|
||||||
}
|
}
|
||||||
if (left->IsNumeric() && right->IsNumeric())
|
else if (left->IsNumeric() && right->IsNumeric())
|
||||||
{
|
{
|
||||||
if (left->IsInteger() && right->IsInteger())
|
if (left->IsInteger() && right->IsInteger())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue