diff options
author | Simon Howard | 2007-08-08 20:06:46 +0000 |
---|---|---|
committer | Simon Howard | 2007-08-08 20:06:46 +0000 |
commit | 502653b3669104e50bae507c74e6af451e485a59 (patch) | |
tree | 818428340ad4c0e79ea95d8cc4c98d9b5a64a130 | |
parent | 7a157912616e6d3fdde89f0ae154c62ddb6d839b (diff) | |
download | chocolate-doom-502653b3669104e50bae507c74e6af451e485a59.tar.gz chocolate-doom-502653b3669104e50bae507c74e6af451e485a59.tar.bz2 chocolate-doom-502653b3669104e50bae507c74e6af451e485a59.zip |
Match steam IWAD directory order to IWAD search order.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 951
-rw-r--r-- | src/d_iwad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d_iwad.c b/src/d_iwad.c index 726b8ed8..8a26454c 100644 --- a/src/d_iwad.c +++ b/src/d_iwad.c @@ -154,8 +154,8 @@ static registry_value_t steam_install_location = static char *steam_install_subdirs[] = { "steamapps\\common\\doom 2\\base", - "steamapps\\common\\ultimate doom\\base", "steamapps\\common\\final doom\\base", + "steamapps\\common\\ultimate doom\\base", }; static char *GetRegistryString(registry_value_t *reg_val) |