doom: Use inequality comparison for the freedoom variant (thanks Jon)

This commit is contained in:
Mike Swanson 2016-05-05 07:57:41 -07:00
parent 4bab09e993
commit 1db8ff0b4b

View file

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