Merge remote-tracking branch 'gzdoom/master'
This commit is contained in:
commit
4665f8ff79
32 changed files with 365 additions and 154 deletions
|
|
@ -1892,9 +1892,9 @@ bool G_CheckSaveGameWads (FSerializer &arc, bool printwarn)
|
|||
bool printRequires = false;
|
||||
FString text;
|
||||
|
||||
arc("Game WAD", text);
|
||||
text = arc.GetString("Game WAD");
|
||||
CheckSingleWad (text.GetChars(), printRequires, printwarn);
|
||||
arc("Map WAD", text);
|
||||
text = arc.GetString("Map WAD");
|
||||
CheckSingleWad (text.GetChars(), printRequires, printwarn);
|
||||
|
||||
if (printRequires)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue