diff options
author | Simon Howard | 2014-12-14 13:07:58 -0500 |
---|---|---|
committer | Simon Howard | 2014-12-14 13:07:58 -0500 |
commit | 5dcf8333d6fd756c88bc6875a15e2006ac4aa6f5 (patch) | |
tree | e6da3773d0e16d7c0d1a5383138a14607c252ea1 /src/d_iwad.c | |
parent | 6b217ee03c5155dd751245dc3133167f3bcd7478 (diff) | |
parent | b3deb3d3b14fc269635b8ce7c7232ee77fea8b6e (diff) | |
download | chocolate-doom-5dcf8333d6fd756c88bc6875a15e2006ac4aa6f5.tar.gz chocolate-doom-5dcf8333d6fd756c88bc6875a15e2006ac4aa6f5.tar.bz2 chocolate-doom-5dcf8333d6fd756c88bc6875a15e2006ac4aa6f5.zip |
Merge pull request #481 from chungy/master
Add Steam IWAD path for Strife: Veteran Edition
Diffstat (limited to 'src/d_iwad.c')
-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 \ |