From 933839b0a2a95498c8c935339bb79ade11983dd5 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 23 Oct 2012 20:39:52 +0000 Subject: Add Steam path for Doom 3: BFG Edition IWAD path (thanks Gez for the information). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2529 --- src/d_iwad.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/d_iwad.c') diff --git a/src/d_iwad.c b/src/d_iwad.c index be5a3880..6d0ade26 100644 --- a/src/d_iwad.c +++ b/src/d_iwad.c @@ -157,6 +157,10 @@ static char *steam_install_subdirs[] = "steamapps\\common\\doom 2\\base", "steamapps\\common\\final doom\\base", "steamapps\\common\\ultimate doom\\base", + + // From Doom 3: BFG Edition: + + "steamapps\\common\\DOOM 3 BFG Edition\\base\\wads", }; static char *GetRegistryString(registry_value_t *reg_val) @@ -201,7 +205,7 @@ static char *GetRegistryString(registry_value_t *reg_val) } // Close the key - + RegCloseKey(key); return result; -- cgit v1.2.3