- fix missing border flat on heretic shareware

This commit is contained in:
Rachael Alexanderson 2021-06-11 09:08:58 -04:00 committed by Emile Belanger
parent 8c6027bc74
commit 9b2490bd57
3 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// MAPINFO for Heretic (Shareware and Retail) // MAPINFO for Heretic (Retail)
include "mapinfo/common.txt" include "mapinfo/common.txt"
gameinfo gameinfo

View File

@ -0,0 +1,7 @@
// MAPINFO for Heretic (Shareware)
include "mapinfo/heretic.txt"
gameinfo
{
borderflat = "FLOOR04"
}

View File

@ -264,7 +264,7 @@ IWad
Name = "Heretic Shareware" Name = "Heretic Shareware"
Game = "Heretic" Game = "Heretic"
Config = "Heretic" Config = "Heretic"
Mapinfo = "mapinfo/heretic.txt" Mapinfo = "mapinfo/hereticshareware.txt"
Compatibility = "Shareware" Compatibility = "Shareware"
MustContain = "E1M1", "TITLE", "MUS_E1M1" MustContain = "E1M1", "TITLE", "MUS_E1M1"
BannerColors = "fc fc 00", "a8 00 00" BannerColors = "fc fc 00", "a8 00 00"