- Backend update from GZDoom.

This commit is contained in:
Christoph Oelckers 2021-07-11 09:50:36 +02:00
parent 577c6cb374
commit 8a8379f5fc
13 changed files with 110 additions and 50 deletions

View file

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