From 9a166d894b607c6f6e4ac04ba62911a8a51d0bdb Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 26 Sep 2020 22:58:05 +0200 Subject: [PATCH] - fixed: The IWAD record for Wadsmoosh was missing the IWAD default filename. This made GAMEINFO fail to detect it. --- wadsrc_extra/static/iwadinfo.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/wadsrc_extra/static/iwadinfo.txt b/wadsrc_extra/static/iwadinfo.txt index ffb230b32c..3eaace5593 100644 --- a/wadsrc_extra/static/iwadinfo.txt +++ b/wadsrc_extra/static/iwadinfo.txt @@ -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"