- fixed definition of GetUDMFString export.

This commit is contained in:
Christoph Oelckers 2018-12-05 08:18:07 +01:00 committed by drfrag
parent 77e60865a0
commit 1fce3298ba

View file

@ -2486,7 +2486,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);