mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-13 07:57:51 +00:00
- Made WadSmoosh detection more flexible (since it doesn't necessarily require MAP01 to be present).
This commit is contained in:
parent
eb7f1b87e5
commit
4fe3f7611c
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