shithub: choc

Download patch

ref: 4bab09e99330207b7a35933cbf698debfe5e1633
parent: 0fd26e606caf3db945e8e2813fac9c886bb49ada
parent: b5dabaf78e95b3a8450cc5debccdcbada1dcd5a2
author: Mike Swanson <mikeonthecomputer@gmail.com>
date: Thu May 5 03:29:57 EDT 2016

Merge pull request #702 from chungy/master

doom: Always allow loading PWADs for Freedoom: Phase 1

--- a/src/doom/d_main.c
+++ b/src/doom/d_main.c
@@ -1604,7 +1604,7 @@
     }
 
     // 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.