- fixed bad type in FxFontCast.

This commit is contained in:
Christoph Oelckers 2021-06-14 08:00:08 +02:00 committed by Emile Belanger
parent 8e1b2d7fad
commit e1ce6ea40d

View file

@ -1449,7 +1449,7 @@ FxFontCast::FxFontCast(FxExpression *x)
: FxExpression(EFX_FontCast, x->ScriptPosition) : FxExpression(EFX_FontCast, x->ScriptPosition)
{ {
basex = x; basex = x;
ValueType = TypeSound; ValueType = TypeFont;
} }
//========================================================================== //==========================================================================