diff options
author | Simon Howard | 2009-07-12 23:41:07 +0000 |
---|---|---|
committer | Simon Howard | 2009-07-12 23:41:07 +0000 |
commit | 110e107816a4f19ab436eebab75b29887a86fd35 (patch) | |
tree | 6a8f81d1465fd063fdc23503b4646384a07fbe6e | |
parent | 2e70023c95cb2a3d1ce01950e111ebf8c40bdcf3 (diff) | |
download | chocolate-doom-110e107816a4f19ab436eebab75b29887a86fd35.tar.gz chocolate-doom-110e107816a4f19ab436eebab75b29887a86fd35.tar.bz2 chocolate-doom-110e107816a4f19ab436eebab75b29887a86fd35.zip |
Add strife1.wad to IWAD search list.
Subversion-branch: /branches/strife-branch
Subversion-revision: 1623
-rw-r--r-- | src/d_iwad.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d_iwad.c b/src/d_iwad.c index 59760adb..429ab129 100644 --- a/src/d_iwad.c +++ b/src/d_iwad.c @@ -50,6 +50,7 @@ static iwad_t iwads[] = { "heretic.wad", heretic, retail, "Heretic" }, { "heretic1.wad", heretic, shareware, "Heretic Shareware" }, { "hexen.wad", hexen, commercial, "Hexen" }, + { "strife1.wad", strife, commercial, "Strife" }, }; // Array of locations to search for IWAD files |