mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +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("Doom2BFG.Autoload");
|
||||
CreateSectionAtStart("Doom2.Autoload");
|
||||
CreateSectionAtStart("Doom1.Autoload");
|
||||
CreateSectionAtStart("DoomBFG.Autoload");
|
||||
CreateSectionAtStart("DoomU.Autoload");
|
||||
CreateSectionAtStart("Doom1.Autoload");
|
||||
CreateSectionAtStart("Doom.Autoload");
|
||||
CreateSectionAtStart("Global.Autoload");
|
||||
|
||||
|
|
|
@ -259,7 +259,7 @@ IWad
|
|||
IWad
|
||||
{
|
||||
Name = "The Ultimate DOOM"
|
||||
Autoname = "Doom1"
|
||||
Autoname = "DoomU"
|
||||
Game = "Doom"
|
||||
Config = "Doom"
|
||||
Mapinfo = "mapinfo/ultdoom.txt"
|
||||
|
|
Loading…
Reference in a new issue