summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Howard2008-09-30 23:01:36 +0000
committerSimon Howard2008-09-30 23:01:36 +0000
commitfde2f7883fbd50ea4b56c0cc35f15161ff3ab649 (patch)
tree0692f5628109d49141cbdf87e871dd90a0b98094
parent40fddbd7f603b6d60d21393c6c2bfed739392e00 (diff)
downloadchocolate-doom-fde2f7883fbd50ea4b56c0cc35f15161ff3ab649.tar.gz
chocolate-doom-fde2f7883fbd50ea4b56c0cc35f15161ff3ab649.tar.bz2
chocolate-doom-fde2f7883fbd50ea4b56c0cc35f15161ff3ab649.zip
Add steam paths for finding Heretic/Hexen IWAD files.
Subversion-branch: /branches/raven-branch Subversion-revision: 1310
-rw-r--r--src/d_iwad.c2
1 files changed, 2 insertions, 0 deletions
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)