mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 06:42:08 +00:00
- fix missing border flat on heretic shareware
This commit is contained in:
parent
e0f07d7088
commit
e8f007c6ce
3 changed files with 9 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
// MAPINFO for Heretic (Shareware and Retail)
|
||||
// MAPINFO for Heretic (Retail)
|
||||
include "mapinfo/common.txt"
|
||||
|
||||
gameinfo
|
||||
|
|
7
wadsrc/static/mapinfo/hereticshareware.txt
Normal file
7
wadsrc/static/mapinfo/hereticshareware.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
// MAPINFO for Heretic (Shareware)
|
||||
include "mapinfo/heretic.txt"
|
||||
|
||||
gameinfo
|
||||
{
|
||||
borderflat = "FLOOR04"
|
||||
}
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue