- fixed definition of GetUDMFString export.

This commit is contained in:
Christoph Oelckers 2018-12-05 08:18:07 +01:00
parent fd801ca91b
commit 2f2ce8126b

View file

@ -2484,7 +2484,7 @@ static void ZGetUDMFString(int type, int index, int key, FString *result)
*result = GetUDMFString(type, index, ENamedName(key));
}
DEFINE_ACTION_FUNCTION(FLevelLocals, GetUDMFString, ZGetUDMFString)
DEFINE_ACTION_FUNCTION_NATIVE(FLevelLocals, GetUDMFString, ZGetUDMFString)
{
PARAM_SELF_STRUCT_PROLOGUE(FLevelLocals);
PARAM_INT(type);