- 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
parent 1e3dc9c841
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");

View File

@ -259,7 +259,7 @@ IWad
IWad
{
Name = "The Ultimate DOOM"
Autoname = "Doom1"
Autoname = "DoomU"
Game = "Doom"
Config = "Doom"
Mapinfo = "mapinfo/ultdoom.txt"