foxygit / doom Log in
commit a58243bec304aa8d735a2eeb81666201fc7c71fb
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Tue Oct 15 04:04:54 2013 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Tue Oct 15 04:04:54 2013 +0000

    Fix accidental string concatenation that broke Steam Heretic IWAD
    detection (thanks Dragonsbrethren).

    Subversion-branch: /branches/v2-branch
    Subversion-revision: 2711
---
 src/d_iwad.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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: