ref: 933839b0a2a95498c8c935339bb79ade11983dd5
parent: 74293323d6b0bfa91dac4b26223cf55d48843563
author: Simon Howard <[email protected]>
date: Tue Oct 23 16:39:52 EDT 2012
Add Steam path for Doom 3: BFG Edition IWAD path (thanks Gez for the information). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2529
--- a/src/d_iwad.c
+++ b/src/d_iwad.c
@@ -157,6 +157,10 @@
"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 @@
}
// Close the key
-
+
RegCloseKey(key);
return result;