From 627b27c728a5417afa49e9681b9a45e51a02856c Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Fri, 11 Jun 2021 09:08:58 -0400 Subject: [PATCH] - fix missing border flat on heretic shareware --- wadsrc/static/mapinfo/heretic.txt | 2 +- wadsrc/static/mapinfo/hereticshareware.txt | 7 +++++++ wadsrc_extra/static/iwadinfo.txt | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 wadsrc/static/mapinfo/hereticshareware.txt diff --git a/wadsrc/static/mapinfo/heretic.txt b/wadsrc/static/mapinfo/heretic.txt index bdc68c62d4b..f889a971850 100644 --- a/wadsrc/static/mapinfo/heretic.txt +++ b/wadsrc/static/mapinfo/heretic.txt @@ -1,4 +1,4 @@ -// MAPINFO for Heretic (Shareware and Retail) +// MAPINFO for Heretic (Retail) include "mapinfo/common.txt" gameinfo diff --git a/wadsrc/static/mapinfo/hereticshareware.txt b/wadsrc/static/mapinfo/hereticshareware.txt new file mode 100644 index 00000000000..fe369f36ff7 --- /dev/null +++ b/wadsrc/static/mapinfo/hereticshareware.txt @@ -0,0 +1,7 @@ +// MAPINFO for Heretic (Shareware) +include "mapinfo/heretic.txt" + +gameinfo +{ + borderflat = "FLOOR04" +} \ No newline at end of file diff --git a/wadsrc_extra/static/iwadinfo.txt b/wadsrc_extra/static/iwadinfo.txt index 29230f5bef3..a1c419d4e0f 100644 --- a/wadsrc_extra/static/iwadinfo.txt +++ b/wadsrc_extra/static/iwadinfo.txt @@ -264,7 +264,7 @@ IWad Name = "Heretic Shareware" Game = "Heretic" Config = "Heretic" - Mapinfo = "mapinfo/heretic.txt" + Mapinfo = "mapinfo/hereticshareware.txt" Compatibility = "Shareware" MustContain = "E1M1", "TITLE", "MUS_E1M1" BannerColors = "fc fc 00", "a8 00 00"