- fix missing border flat on heretic shareware

This commit is contained in:
Rachael Alexanderson 2021-06-11 09:08:58 -04:00
parent e0f07d7088
commit e8f007c6ce
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"
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"
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"