mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- added default for nosubdir parameter.
This commit is contained in:
parent
238bbd26c1
commit
b57d683938
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class FDirectory : public FResourceFile
|
|||
void AddEntry(const char *fullpath, int size);
|
||||
|
||||
public:
|
||||
FDirectory(const char * dirname, bool nosubdirflag);
|
||||
FDirectory(const char * dirname, bool nosubdirflag = false);
|
||||
bool Open(bool quiet);
|
||||
virtual FResourceLump *GetLump(int no) { return ((unsigned)no < NumLumps)? &Lumps[no] : NULL; }
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue