mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- renamed demolition.grpinfo to grpinfo.txt.
This commit is contained in:
parent
d8dfe752b5
commit
7f62208bad
2 changed files with 2 additions and 2 deletions
|
@ -847,13 +847,13 @@ TArray<GrpInfo> ParseAllGrpInfos(TArray<FileEntry>& filelist)
|
|||
engine_res.reset(FResourceFile::OpenResourceFile(baseres, true, true));
|
||||
if (engine_res)
|
||||
{
|
||||
auto basegrp = engine_res->FindLump("demolition/demolition.grpinfo");
|
||||
auto basegrp = engine_res->FindLump("demolition/grpinfo.txt");
|
||||
if (basegrp)
|
||||
{
|
||||
auto fr = basegrp->NewReader();
|
||||
if (fr.isOpen())
|
||||
{
|
||||
groups = ParseGrpInfo("demolition/demolition.grpinfo", fr, CRCMap);
|
||||
groups = ParseGrpInfo("demolition/grpinfo.txt", fr, CRCMap);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue