foxygit / doom Log in
commit fde2f7883fbd50ea4b56c0cc35f15161ff3ab649
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Tue Sep 30 23:01:36 2008 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Tue Sep 30 23:01:36 2008 +0000

    Add steam paths for finding Heretic/Hexen IWAD files.

    Subversion-branch: /branches/raven-branch
    Subversion-revision: 1310
---
 src/d_iwad.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/d_iwad.c b/src/d_iwad.c
index 6f7bff70..d70e1cab 100644
--- a/src/d_iwad.c
+++ b/src/d_iwad.c
@@ -157,6 +157,8 @@ static char *steam_install_subdirs[] =
     "steamapps\\common\\doom 2\\base",
     "steamapps\\common\\final doom\\base",
     "steamapps\\common\\ultimate doom\\base",
+    "steamapps\\common\\hexen\\base",
+    "steamapps\\common\\heretic shadow of the serpent riders"
 };

 static char *GetRegistryString(registry_value_t *reg_val)