- Made WadSmoosh detection more flexible (since it doesn't necessarily require MAP01 to be present).

This commit is contained in:
Rachael Alexanderson 2017-01-04 12:55:19 -05:00 committed by Christoph Oelckers
parent eb7f1b87e5
commit 4fe3f7611c

View file

@ -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"
} }