mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- set the main resource file's index in the file system.
Some checks need this.
This commit is contained in:
parent
9ab24f6031
commit
1636ddc00e
1 changed files with 1 additions and 0 deletions
|
@ -339,6 +339,7 @@ void InitFileSystem(TArray<GrpEntry>& groups)
|
|||
}
|
||||
i--;
|
||||
}
|
||||
fileSystem.SetIwadNum(1);
|
||||
fileSystem.SetMaxIwadNum(Files.Size() - 1);
|
||||
|
||||
D_AddConfigFiles(Files, "Global.Autoload", "*.grp", GameConfig);
|
||||
|
|
Loading…
Reference in a new issue