Merge pull request #702 from chungy/master
doom: Always allow loading PWADs for Freedoom: Phase 1
This commit is contained in:
commit
4bab09e993
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue