From a58243bec304aa8d735a2eeb81666201fc7c71fb Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 15 Oct 2013 04:04:54 +0000 Subject: 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(-) (limited to 'src') 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: -- cgit v1.2.3