summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Swanson2014-12-14 01:51:52 -0800
committerMike Swanson2014-12-14 01:51:52 -0800
commitb3deb3d3b14fc269635b8ce7c7232ee77fea8b6e (patch)
treee6da3773d0e16d7c0d1a5383138a14607c252ea1 /src
parent6b217ee03c5155dd751245dc3133167f3bcd7478 (diff)
downloadchocolate-doom-b3deb3d3b14fc269635b8ce7c7232ee77fea8b6e.tar.gz
chocolate-doom-b3deb3d3b14fc269635b8ce7c7232ee77fea8b6e.tar.bz2
chocolate-doom-b3deb3d3b14fc269635b8ce7c7232ee77fea8b6e.zip
Add Steam IWAD path for Strife: Veteran Edition
Diffstat (limited to 'src')
-rw-r--r--src/d_iwad.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/d_iwad.c b/src/d_iwad.c
index 9cdffcb8..7f512965 100644
--- a/src/d_iwad.c
+++ b/src/d_iwad.c
@@ -183,6 +183,10 @@ static char *steam_install_subdirs[] =
// 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 \