summaryrefslogtreecommitdiff
path: root/src/d_iwad.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/d_iwad.c')
-rw-r--r--src/d_iwad.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/d_iwad.c b/src/d_iwad.c
index 8c29352b..aefb6872 100644
--- a/src/d_iwad.c
+++ b/src/d_iwad.c
@@ -175,6 +175,10 @@ static char *steam_install_subdirs[] =
"steamapps\\common\\ultimate doom\\base",
"steamapps\\common\\hexen\\base",
"steamapps\\common\\heretic shadow of the serpent riders\\base"
+
+ // From Doom 3: BFG Edition:
+
+ "steamapps\\common\\DOOM 3 BFG Edition\\base\\wads",
};
static char *GetRegistryString(registry_value_t *reg_val)
@@ -219,7 +223,7 @@ static char *GetRegistryString(registry_value_t *reg_val)
}
// Close the key
-
+
RegCloseKey(key);
return result;