mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-29 23:42:08 +00:00
- grpinfo IDs.
This commit is contained in:
parent
ff06895470
commit
e1a9ce86be
1 changed files with 2 additions and 0 deletions
|
@ -397,6 +397,8 @@ static TArray<GrpInfo> ParseGrpInfo(const char *fn, FileReader &fr, TMap<FString
|
|||
FlagMap.Insert("GAMEFLAG_POWERSLAVE", GAMEFLAG_POWERSLAVE);
|
||||
FlagMap.Insert("GAMEFLAG_EXHUMED", GAMEFLAG_EXHUMED);
|
||||
FlagMap.Insert("GAMEFLAG_DUKEDC", GAMEFLAG_DUKEDC);
|
||||
FlagMap.Insert("GAMEFLAG_WITCHAVEN", GAMEFLAG_WH);
|
||||
FlagMap.Insert("GAMEFLAG_WITCHAVEN2", GAMEFLAG_WH2);
|
||||
|
||||
FScanner sc;
|
||||
auto mem = fr.Read();
|
||||
|
|
Loading…
Reference in a new issue