From 1ae6058ab5c492f6f8e7fd606c9ad452f0b861ae Mon Sep 17 00:00:00 2001 From: James Haley Date: Mon, 30 Aug 2010 04:14:10 +0000 Subject: Reenabled modifiedgame check since Strife IWAD is now loadable. Extended MAXANIMLINES limit to 96 to match binary. Subversion-branch: /branches/strife-branch Subversion-revision: 1979 --- src/strife/d_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strife/d_main.c') diff --git a/src/strife/d_main.c b/src/strife/d_main.c index 519b3bca..544e647b 100644 --- a/src/strife/d_main.c +++ b/src/strife/d_main.c @@ -1626,7 +1626,7 @@ void D_DoomMain (void) SetSaveGameDir(iwadfile); // Check for -file in shareware - if (0 /*modifiedgame*/) // STRIFE-FIXME: DISABLED FOR TESTING + if (modifiedgame) { // These are the lumps that will be checked in IWAD, // if any one is not present, execution will be aborted. -- cgit v1.2.3