mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 04:01:31 +00:00
- fixed: The IWAD record for Wadsmoosh was missing the IWAD default filename.
This made GAMEINFO fail to detect it.
This commit is contained in:
parent
9bfdf2dcb6
commit
9a166d894b
1 changed files with 1 additions and 0 deletions
|
@ -361,6 +361,7 @@ IWad
|
|||
Game = "Doom"
|
||||
Config = "Doom"
|
||||
Mapinfo = "mapinfo/doom2.txt"
|
||||
IWADName = "doom_complete.pk3"
|
||||
Compatibility = "Shorttex"
|
||||
MustContain = "SMOOSHED", "ANIMDEFS", "LANGUAGE", "MAPINFO", "ENDOOM", "M_DOOM", "TITLEPIC", "TEXTURES"
|
||||
BannerColors = "a8 00 00", "a8 a8 a8"
|
||||
|
|
Loading…
Reference in a new issue