From 9cf1d9669871bc100367638d02220404fd2ebac4 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 2 Jun 2016 12:04:35 +0200 Subject: [PATCH] - added identification for delaweare.wad to the list of supported IWADs. --- wadsrc/static/iwadinfo.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/wadsrc/static/iwadinfo.txt b/wadsrc/static/iwadinfo.txt index 8fafdcfa4..d0fb1a157 100644 --- a/wadsrc/static/iwadinfo.txt +++ b/wadsrc/static/iwadinfo.txt @@ -1,5 +1,16 @@ // Must be sorted in identification order (easiest to recognize first!) +IWad +{ + Name = "Delaweare" + Autoname = "delaweare" + Game = "Doom" + Config = "Delaweare" + Mapinfo = "mapinfo/doom2.txt" + MustContain = "TITLEMAP", "ROVEA0", "GRLURD01", "SQOUI01" + BannerColors = "00 00 00", "ff ff ff" +} + IWad { Name = "The Adventures of Square" @@ -393,4 +404,5 @@ Names "hacx.wad" "hacx2.wad" "square1.pk3" + "delaweare.wad" }