doom: Always allow loading PWADs for Freedoom: Phase 1

With the combination of freedoom1.wad and -gameversion 1.666 through
1.9, Chocolate Doom would fail to pass the checks against loading
PWADs on the shareware version of Doom.
This commit is contained in:
Mike Swanson 2016-04-19 05:19:58 -07:00
parent 0fd26e606c
commit b5dabaf78e

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.