diff options
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", }; |