consequently rename -nodehlump parameter to -nodeh

This commit is contained in:
Fabian Greffrath 2023-07-23 16:24:57 +02:00
parent 491b6a9576
commit f60d325695

View File

@ -2406,7 +2406,7 @@ void D_DoomMain(void)
D_AutoloadDehDir();
// killough 10/98: now process all deh in wads
if (!M_ParmExists("-nodehlump"))
if (!M_ParmExists("-nodeh"))
{
D_ProcessInWads("DEHACKED", ProcessDehLump, false);
}