- add DoomU.Autoload section for The Ultimate Doom

This commit is contained in:
vanhofen 2015-01-22 19:55:20 +01:00 committed by Randy Heit
commit e6861cf389
2 changed files with 3 additions and 2 deletions

View file

@ -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");