diff options
author | Mike Swanson | 2014-12-14 01:51:52 -0800 |
---|---|---|
committer | Mike Swanson | 2014-12-14 01:51:52 -0800 |
commit | b3deb3d3b14fc269635b8ce7c7232ee77fea8b6e (patch) | |
tree | e6da3773d0e16d7c0d1a5383138a14607c252ea1 | |
parent | 6b217ee03c5155dd751245dc3133167f3bcd7478 (diff) | |
download | chocolate-doom-b3deb3d3b14fc269635b8ce7c7232ee77fea8b6e.tar.gz chocolate-doom-b3deb3d3b14fc269635b8ce7c7232ee77fea8b6e.tar.bz2 chocolate-doom-b3deb3d3b14fc269635b8ce7c7232ee77fea8b6e.zip |
Add Steam IWAD path for Strife: Veteran Edition
-rw-r--r-- | src/d_iwad.c | 4 |
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 \ |