mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
- fixed definition of GetUDMFString export.
This commit is contained in:
parent
fd801ca91b
commit
2f2ce8126b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue