diff --git a/src/d_iwad.cpp b/src/d_iwad.cpp index e7d5c30ca2..e53a1d3629 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)