foxygit / doom Log in
commit 110e107816a4f19ab436eebab75b29887a86fd35
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Sun Jul 12 23:41:07 2009 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Sun Jul 12 23:41:07 2009 +0000

    Add strife1.wad to IWAD search list.

    Subversion-branch: /branches/strife-branch
    Subversion-revision: 1623
---
 src/d_iwad.c | 1 +
 1 file changed, 1 insertion(+)

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