Merge pull request #702 from chungy/master

doom: Always allow loading PWADs for Freedoom: Phase 1
This commit is contained in:
Mike Swanson 2016-05-05 07:29:57 -07:00
commit 4bab09e993

View file

@ -1604,7 +1604,7 @@ void D_DoomMain (void)
}
// Check for -file in shareware
if (modifiedgame)
if (modifiedgame && !(gamevariant & freedoom))
{
// These are the lumps that will be checked in IWAD,
// if any one is not present, execution will be aborted.