mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-30 05:10:48 +00:00
fix TranslationID casting
This commit is contained in:
parent
b7c9675c9d
commit
eefad0764e
1 changed files with 1 additions and 0 deletions
|
@ -8511,6 +8511,7 @@ FxExpression *FxFunctionCall::Resolve(FCompileContext& ctx)
|
|||
case NAME_State:
|
||||
case NAME_SpriteID:
|
||||
case NAME_TextureID:
|
||||
case NAME_TranslationID:
|
||||
if (CheckArgSize(MethodName, ArgList, 1, 1, ScriptPosition))
|
||||
{
|
||||
PType *type =
|
||||
|
|
Loading…
Reference in a new issue