- Make the DOOM 3 BFG Edition the last Steam path checked, so it won't override the regular doom.wad.

SVN r4142 (trunk)
This commit is contained in:
Randy Heit 2013-02-19 01:55:14 +00:00
parent 87dbfb68e9
commit b96d305c87

View file

@ -437,12 +437,12 @@ int FIWadManager::IdentifyVersion (TArray<FString> &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)