mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 09:31:14 +00:00
- fixed definition of GetUDMFString export.
This commit is contained in:
parent
77e60865a0
commit
1fce3298ba
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue