Fixed EFX_ enum for FxFormat

This commit is contained in:
ZZYZX 2017-01-13 22:29:03 +02:00 committed by Christoph Oelckers
commit fcc5f4b77b
2 changed files with 2 additions and 2 deletions

View file

@ -255,7 +255,7 @@ enum EFxType
EFX_MemberFunctionCall,
EFX_ActionSpecialCall,
EFX_FlopFunctionCall,
EFX_FormatFunctionCall,
EFX_Format,
EFX_VMFunctionCall,
EFX_Sequence,
EFX_CompoundStatement,