diff options
author | Simon Howard | 2007-08-07 04:26:16 +0000 |
---|---|---|
committer | Simon Howard | 2007-08-07 04:26:16 +0000 |
commit | 4cce5073074d2d7868733a0d5682b9fdd5a9f9c5 (patch) | |
tree | acea33cb67b90f108e0330883637f32f54689045 /src/d_iwad.c | |
parent | 309a199f761549c53219e88a1040948a1b9a71f9 (diff) | |
download | chocolate-doom-4cce5073074d2d7868733a0d5682b9fdd5a9f9c5.tar.gz chocolate-doom-4cce5073074d2d7868733a0d5682b9fdd5a9f9c5.tar.bz2 chocolate-doom-4cce5073074d2d7868733a0d5682b9fdd5a9f9c5.zip |
All of the steam IWADs are in \base subdirectories.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 946
Diffstat (limited to 'src/d_iwad.c')
-rw-r--r-- | src/d_iwad.c | 4 |
1 files 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", }; |