mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- moved Rise of the Wall ball down in the detection list as far as it would safely go - since that was a directive when WadSmoosh was added.
This commit is contained in:
parent
e0ece283aa
commit
c6b68df51d
1 changed files with 11 additions and 11 deletions
|
@ -1,16 +1,5 @@
|
||||||
// Must be sorted in identification order (easiest to recognize first!)
|
// Must be sorted in identification order (easiest to recognize first!)
|
||||||
|
|
||||||
IWad
|
|
||||||
{
|
|
||||||
Name = "Rise Of The Wool Ball"
|
|
||||||
Autoname = "woolball.rotwb"
|
|
||||||
Game = "Doom"
|
|
||||||
Config = "WoolBall"
|
|
||||||
Mapinfo = "mapinfo/doom2.txt"
|
|
||||||
MustContain = "E3M6", "B3DED", "WORLDMAP", "NUCLSKYM", "PLANETLE", "MEOWZEKI", "ZEKIINTR", "NOWAYBAC"
|
|
||||||
BannerColors = "32 54 43", "c6 dc d1"
|
|
||||||
}
|
|
||||||
|
|
||||||
IWad
|
IWad
|
||||||
{
|
{
|
||||||
Name = "Delaweare"
|
Name = "Delaweare"
|
||||||
|
@ -340,6 +329,17 @@ IWad
|
||||||
BannerColors = "54 54 54", "a8 a8 a8"
|
BannerColors = "54 54 54", "a8 a8 a8"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
IWad
|
||||||
|
{
|
||||||
|
Name = "Rise Of The Wool Ball"
|
||||||
|
Autoname = "woolball.rotwb"
|
||||||
|
Game = "Doom"
|
||||||
|
Config = "WoolBall"
|
||||||
|
Mapinfo = "mapinfo/doom2.txt"
|
||||||
|
MustContain = "E3M6", "B3DED", "WORLDMAP", "NUCLSKYM", "PLANETLE", "MEOWZEKI", "ZEKIINTR", "NOWAYBAC"
|
||||||
|
BannerColors = "32 54 43", "c6 dc d1"
|
||||||
|
}
|
||||||
|
|
||||||
IWad
|
IWad
|
||||||
{
|
{
|
||||||
Name = "DOOM Shareware"
|
Name = "DOOM Shareware"
|
||||||
|
|
Loading…
Reference in a new issue