mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +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
|
||||
{
|
||||
Name = "DOOM: Wadsmoosh"
|
||||
Name = "DOOM: Complete: WadSmoosh"
|
||||
Autoname = "doom.doom2.wadsmoosh"
|
||||
Game = "Doom"
|
||||
Config = "Doom"
|
||||
Mapinfo = "mapinfo/doom2.txt"
|
||||
Compatibility = "Shorttex"
|
||||
MustContain = "MAP01", "WADSMUSH"
|
||||
MustContain = "WADSMUSH"
|
||||
BannerColors = "a8 00 00", "a8 a8 a8"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue