From 1fce3298ba61925e762e5bb75fe5589d7defefb1 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 5 Dec 2018 08:18:07 +0100 Subject: [PATCH] - fixed definition of GetUDMFString export. --- src/scripting/vmthunks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripting/vmthunks.cpp b/src/scripting/vmthunks.cpp index 5c56ac99b..2d058bd31 100644 --- a/src/scripting/vmthunks.cpp +++ b/src/scripting/vmthunks.cpp @@ -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);