summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Howard2013-10-15 04:04:54 +0000
committerSimon Howard2013-10-15 04:04:54 +0000
commita58243bec304aa8d735a2eeb81666201fc7c71fb (patch)
treef421a7e207502df2656effcda5fa024f39eabd4c /src
parent710e6b12d1b1bf11b2edd09100a964b7ca9dd053 (diff)
downloadchocolate-doom-a58243bec304aa8d735a2eeb81666201fc7c71fb.tar.gz
chocolate-doom-a58243bec304aa8d735a2eeb81666201fc7c71fb.tar.bz2
chocolate-doom-a58243bec304aa8d735a2eeb81666201fc7c71fb.zip
Fix accidental string concatenation that broke Steam Heretic IWAD
detection (thanks Dragonsbrethren). Subversion-branch: /branches/v2-branch Subversion-revision: 2711
Diffstat (limited to 'src')
-rw-r--r--src/d_iwad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d_iwad.c b/src/d_iwad.c
index 647dbbc7..e386379a 100644
--- a/src/d_iwad.c
+++ b/src/d_iwad.c
@@ -182,7 +182,7 @@ static char *steam_install_subdirs[] =
"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\\heretic shadow of the serpent riders\\base",
// From Doom 3: BFG Edition: