mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-18 23:52:02 +00:00
- fixed: Ultimate Doom loaded the default MAPINFO for regular Doom 1.
SVN r2982 (trunk)
This commit is contained in:
parent
72192397ad
commit
94d132b832
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ IWad
|
||||||
Autoname = "Doom1"
|
Autoname = "Doom1"
|
||||||
Game = "Doom"
|
Game = "Doom"
|
||||||
Config = "Doom"
|
Config = "Doom"
|
||||||
Mapinfo = "mapinfo/doom1.txt"
|
Mapinfo = "mapinfo/ultdoom.txt"
|
||||||
Compatibility = "Shorttex"
|
Compatibility = "Shorttex"
|
||||||
MustContain = "E1M1","E2M1","E2M2","E2M3","E2M4","E2M5","E2M6","E2M7","E2M8","E2M9",
|
MustContain = "E1M1","E2M1","E2M2","E2M3","E2M4","E2M5","E2M6","E2M7","E2M8","E2M9",
|
||||||
"E3M1","E3M2","E3M3","E3M4","E3M5","E3M6","E3M7","E3M8","E3M9",
|
"E3M1","E3M2","E3M3","E3M4","E3M5","E3M6","E3M7","E3M8","E3M9",
|
||||||
|
|
Loading…
Reference in a new issue