mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
Add missing break to FxGlobalVariable::Resolve()
- Not like it matters much when there are no global variables of types float, fixed, or angle.
This commit is contained in:
parent
a063b48d7a
commit
79791629ec
1 changed files with 1 additions and 0 deletions
|
@ -2053,6 +2053,7 @@ FxExpression *FxGlobalVariable::Resolve(FCompileContext&)
|
|||
case VAL_Fixed:
|
||||
case VAL_Angle:
|
||||
ValueType = VAL_Float;
|
||||
break;
|
||||
|
||||
case VAL_Object:
|
||||
case VAL_Class:
|
||||
|
|
Loading…
Reference in a new issue