summaryrefslogtreecommitdiff
path: root/src/strife/d_main.c
diff options
context:
space:
mode:
authorJames Haley2010-08-30 04:14:10 +0000
committerJames Haley2010-08-30 04:14:10 +0000
commit1ae6058ab5c492f6f8e7fd606c9ad452f0b861ae (patch)
tree591d9a35e815bd6741ccefb9f5ff83ab3b390976 /src/strife/d_main.c
parent0fc9462c52b720202ba3bf6e5cc5cf211b4b0df4 (diff)
downloadchocolate-doom-1ae6058ab5c492f6f8e7fd606c9ad452f0b861ae.tar.gz
chocolate-doom-1ae6058ab5c492f6f8e7fd606c9ad452f0b861ae.tar.bz2
chocolate-doom-1ae6058ab5c492f6f8e7fd606c9ad452f0b861ae.zip
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
Diffstat (limited to 'src/strife/d_main.c')
-rw-r--r--src/strife/d_main.c2
1 files changed, 1 insertions, 1 deletions
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.