foxygit / doom Log in
commit c0492ef8da4b32427ef689ac9b15fd5f5270eaaf
Author:     Mike Swanson <mikeonthecomputer@gmail.com>
AuthorDate: Thu May 19 08:44:33 2016 -0700
Commit:     Mike Swanson <mikeonthecomputer@gmail.com>
CommitDate: Thu May 19 08:44:33 2016 -0700

    d_iwad: Find Strife from a GOG.com installation
---
 src/d_iwad.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/d_iwad.c b/src/d_iwad.c
index b413c010..5df1a3eb 100644
--- a/src/d_iwad.c
+++ b/src/d_iwad.c
@@ -177,6 +177,14 @@ static registry_value_t root_path_keys[] =
         SOFTWARE_KEY "\\GOG.com\\Games\\1435848742",
         "PATH",
     },
+
+    // Strife: Veteran Edition
+
+    {
+	HKEY_LOCAL_MACHINE,
+	SOFTWARE_KEY "\\GOG.com\\Games\\1432899949",
+	"PATH",
+    },
 };

 // Subdirectories of the above install path, where IWADs are installed.