mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-02-16 16:41:23 +00:00
- Made WadSmoosh detection more flexible (since it doesn't necessarily require MAP01 to be present).
This commit is contained in:
parent
8da48c8697
commit
b5bc84feea
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
IWad
|
IWad
|
||||||
{
|
{
|
||||||
Name = "DOOM: Wadsmoosh"
|
Name = "DOOM: Complete: WadSmoosh"
|
||||||
Autoname = "doom.doom2.wadsmoosh"
|
Autoname = "doom.doom2.wadsmoosh"
|
||||||
Game = "Doom"
|
Game = "Doom"
|
||||||
Config = "Doom"
|
Config = "Doom"
|
||||||
Mapinfo = "mapinfo/doom2.txt"
|
Mapinfo = "mapinfo/doom2.txt"
|
||||||
Compatibility = "Shorttex"
|
Compatibility = "Shorttex"
|
||||||
MustContain = "MAP01", "WADSMUSH"
|
MustContain = "WADSMUSH"
|
||||||
BannerColors = "a8 00 00", "a8 a8 a8"
|
BannerColors = "a8 00 00", "a8 a8 a8"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue