From b96d305c8754402ea9e6205bae31079be3a2ecec Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Tue, 19 Feb 2013 01:55:14 +0000 Subject: [PATCH] - Make the DOOM 3 BFG Edition the last Steam path checked, so it won't override the regular doom.wad. SVN r4142 (trunk) --- src/d_iwad.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/d_iwad.cpp b/src/d_iwad.cpp index e7d5c30ca..e53a1d362 100644 --- a/src/d_iwad.cpp +++ b/src/d_iwad.cpp @@ -437,12 +437,12 @@ int FIWadManager::IdentifyVersion (TArray &wadfiles, const char *iwad, static const char *const steam_dirs[] = { "doom 2/base", - "DOOM 3 BFG Edition/base/wads", "final doom/base", "heretic shadow of the serpent riders/base", "hexen/base", "hexen deathkings of the dark citadel/base", - "ultimate doom/base" + "ultimate doom/base", + "DOOM 3 BFG Edition/base/wads" }; steam_path += "/SteamApps/common/"; for (i = 0; i < countof(steam_dirs); ++i)