diff options
author | Simon Howard | 2013-11-06 04:41:55 +0000 |
---|---|---|
committer | Simon Howard | 2013-11-06 04:41:55 +0000 |
commit | f17f194a1eea7fbb57c0525a88af8862f4095a87 (patch) | |
tree | 508ebc39bd13ff41a23df9eb4f5913a802436345 | |
parent | a27a33889c1e8821a1ee15a744b82769e9e171de (diff) | |
download | chocolate-doom-f17f194a1eea7fbb57c0525a88af8862f4095a87.tar.gz chocolate-doom-f17f194a1eea7fbb57c0525a88af8862f4095a87.tar.bz2 chocolate-doom-f17f194a1eea7fbb57c0525a88af8862f4095a87.zip |
Add Steam IWAD path for Hexen Deathkings WAD (thanks chungy).
Subversion-branch: /branches/v2-branch
Subversion-revision: 2745
-rw-r--r-- | src/d_iwad.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/d_iwad.c b/src/d_iwad.c index 438947af..f122065f 100644 --- a/src/d_iwad.c +++ b/src/d_iwad.c @@ -181,8 +181,9 @@ static char *steam_install_subdirs[] = "steamapps\\common\\doom 2\\base", "steamapps\\common\\final doom\\base", "steamapps\\common\\ultimate doom\\base", - "steamapps\\common\\hexen\\base", "steamapps\\common\\heretic shadow of the serpent riders\\base", + "steamapps\\common\\hexen\\base", + "steamapps\\common\\hexen deathkings of the dark citadel\\base", // From Doom 3: BFG Edition: |