shithub: choc

Download patch

ref: 5dcf8333d6fd756c88bc6875a15e2006ac4aa6f5
parent: 6b217ee03c5155dd751245dc3133167f3bcd7478
parent: b3deb3d3b14fc269635b8ce7c7232ee77fea8b6e
author: Simon Howard <fraggle+github@gmail.com>
date: Sun Dec 14 08:07:58 EST 2014

Merge pull request #481 from chungy/master

Add Steam IWAD path for Strife: Veteran Edition

--- a/src/d_iwad.c
+++ b/src/d_iwad.c
@@ -183,6 +183,10 @@
     // From Doom 3: BFG Edition:
 
     "steamapps\\common\\DOOM 3 BFG Edition\\base\\wads",
+
+    // From Strife: Veteran Edition:
+
+    "steamapps\\common\\Strife",
 };
 
 #define STEAM_BFG_GUS_PATCHES \