- fixed bad type in FxFontCast.

This commit is contained in:
Christoph Oelckers 2021-06-14 08:00:08 +02:00
parent 38f2402d2d
commit 4e46a83734

View file

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