mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-18 15:11:46 +00:00
- add DoomU.Autoload section for The Ultimate Doom
This commit is contained in:
parent
1e3dc9c841
commit
e6861cf389
2 changed files with 3 additions and 2 deletions
|
@ -181,8 +181,9 @@ FGameConfigFile::FGameConfigFile ()
|
||||||
CreateSectionAtStart("TNT.Autoload");
|
CreateSectionAtStart("TNT.Autoload");
|
||||||
CreateSectionAtStart("Doom2BFG.Autoload");
|
CreateSectionAtStart("Doom2BFG.Autoload");
|
||||||
CreateSectionAtStart("Doom2.Autoload");
|
CreateSectionAtStart("Doom2.Autoload");
|
||||||
CreateSectionAtStart("Doom1.Autoload");
|
|
||||||
CreateSectionAtStart("DoomBFG.Autoload");
|
CreateSectionAtStart("DoomBFG.Autoload");
|
||||||
|
CreateSectionAtStart("DoomU.Autoload");
|
||||||
|
CreateSectionAtStart("Doom1.Autoload");
|
||||||
CreateSectionAtStart("Doom.Autoload");
|
CreateSectionAtStart("Doom.Autoload");
|
||||||
CreateSectionAtStart("Global.Autoload");
|
CreateSectionAtStart("Global.Autoload");
|
||||||
|
|
||||||
|
|
|
@ -259,7 +259,7 @@ IWad
|
||||||
IWad
|
IWad
|
||||||
{
|
{
|
||||||
Name = "The Ultimate DOOM"
|
Name = "The Ultimate DOOM"
|
||||||
Autoname = "Doom1"
|
Autoname = "DoomU"
|
||||||
Game = "Doom"
|
Game = "Doom"
|
||||||
Config = "Doom"
|
Config = "Doom"
|
||||||
Mapinfo = "mapinfo/ultdoom.txt"
|
Mapinfo = "mapinfo/ultdoom.txt"
|
||||||
|
|
Loading…
Reference in a new issue