- restored Wads.GetNumLumps() scripted function
https://forum.zdoom.org/viewtopic.php?t=68300
This commit is contained in:
parent
426f40dd52
commit
62d4bbbe65
2 changed files with 2 additions and 2 deletions
|
|
@ -3005,7 +3005,7 @@ DEFINE_ACTION_FUNCTION_NATIVE(_AltHUD, GetLatency, Net_GetLatency)
|
|||
//
|
||||
//==========================================================================
|
||||
|
||||
DEFINE_ACTION_FUNCTION(_Wads, GetNumEntries)
|
||||
DEFINE_ACTION_FUNCTION(_Wads, GetNumLumps)
|
||||
{
|
||||
PARAM_PROLOGUE;
|
||||
ACTION_RETURN_INT(fileSystem.GetNumEntries());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue