commit 4cce5073074d2d7868733a0d5682b9fdd5a9f9c5
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Tue Aug 7 04:26:16 2007 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Tue Aug 7 04:26:16 2007 +0000
All of the steam IWADs are in \base subdirectories.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 946
---
src/d_iwad.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/d_iwad.c b/src/d_iwad.c
index 8f2078c9..3d8aa0d1 100644
--- a/src/d_iwad.c
+++ b/src/d_iwad.c
@@ -153,8 +153,8 @@ static registry_value_t steam_install_location =
static char *steam_install_subdirs[] =
{
- "steamapps\\common\\doom 2",
- "steamapps\\common\\ultimate doom",
+ "steamapps\\common\\doom 2\\base",
+ "steamapps\\common\\ultimate doom\\base",
"steamapps\\common\\final doom\\base",
};