mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- fixed bad type in FxFontCast.
This commit is contained in:
parent
38f2402d2d
commit
4e46a83734
1 changed files with 1 additions and 1 deletions
|
@ -1449,7 +1449,7 @@ FxFontCast::FxFontCast(FxExpression *x)
|
|||
: FxExpression(EFX_FontCast, x->ScriptPosition)
|
||||
{
|
||||
basex = x;
|
||||
ValueType = TypeSound;
|
||||
ValueType = TypeFont;
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
Loading…
Reference in a new issue