- 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:
parent
5260352f26
commit
a8c47408fa
9 changed files with 286 additions and 29 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue