mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 04:22:34 +00:00
- missed one bit.
This commit is contained in:
parent
8c0925dd5d
commit
b72ccba5f5
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ struct FExternalLump : public FResourceLump
|
|||
struct FMemoryFile : public FUncompressedFile
|
||||
{
|
||||
FMemoryFile(const char *_filename, const void *sdata, int length)
|
||||
: FUncompressedFile(_filename, FileReader())
|
||||
: FUncompressedFile(_filename)
|
||||
{
|
||||
Reader.OpenMemoryArray(sdata, length);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue