- implemented 'deletelumps' feature and add Chex Quest 3 texts.

The episode titles required a workaround because the CQ3 episodes do not contain names in text form: If this is the case, the patch name will be used as a string table identifier to get a matching text for localization.
This commit is contained in:
Christoph Oelckers 2019-04-14 22:46:03 +02:00
commit a8c47408fa
9 changed files with 286 additions and 29 deletions

View file

@ -2388,7 +2388,7 @@ void D_DoomMain (void)
}
if (!batchrun) Printf ("W_Init: Init WADfiles.\n");
Wads.InitMultipleFiles (allwads);
Wads.InitMultipleFiles (allwads, iwad_info->DeleteLumps);
allwads.Clear();
allwads.ShrinkToFit();
SetMapxxFlag();