From fde2f7883fbd50ea4b56c0cc35f15161ff3ab649 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 30 Sep 2008 23:01:36 +0000 Subject: 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(+) (limited to 'src') 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) -- cgit v1.2.3