diff --git a/src/gameconfigfile.cpp b/src/gameconfigfile.cpp index f10651e65..061c6a314 100644 --- a/src/gameconfigfile.cpp +++ b/src/gameconfigfile.cpp @@ -181,8 +181,9 @@ FGameConfigFile::FGameConfigFile () CreateSectionAtStart("TNT.Autoload"); CreateSectionAtStart("Doom2BFG.Autoload"); CreateSectionAtStart("Doom2.Autoload"); - CreateSectionAtStart("Doom1.Autoload"); CreateSectionAtStart("DoomBFG.Autoload"); + CreateSectionAtStart("DoomU.Autoload"); + CreateSectionAtStart("Doom1.Autoload"); CreateSectionAtStart("Doom.Autoload"); CreateSectionAtStart("Global.Autoload"); diff --git a/wadsrc/static/iwadinfo.txt b/wadsrc/static/iwadinfo.txt index 92ec141bd..d5ccd46a8 100644 --- a/wadsrc/static/iwadinfo.txt +++ b/wadsrc/static/iwadinfo.txt @@ -259,7 +259,7 @@ IWad IWad { Name = "The Ultimate DOOM" - Autoname = "Doom1" + Autoname = "DoomU" Game = "Doom" Config = "Doom" Mapinfo = "mapinfo/ultdoom.txt"