From 4cce5073074d2d7868733a0d5682b9fdd5a9f9c5 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 7 Aug 2007 04:26:16 +0000 Subject: All of the steam IWADs are in \base subdirectories. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 946 --- src/d_iwad.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/d_iwad.c b/src/d_iwad.c index 8f2078c9..3d8aa0d1 100644 --- a/src/d_iwad.c +++ b/src/d_iwad.c @@ -153,8 +153,8 @@ static registry_value_t steam_install_location = static char *steam_install_subdirs[] = { - "steamapps\\common\\doom 2", - "steamapps\\common\\ultimate doom", + "steamapps\\common\\doom 2\\base", + "steamapps\\common\\ultimate doom\\base", "steamapps\\common\\final doom\\base", }; -- cgit v1.2.3