mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- fix missing border flat on heretic shareware
This commit is contained in:
parent
8c6027bc74
commit
9b2490bd57
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"
|
include "mapinfo/common.txt"
|
||||||
|
|
||||||
gameinfo
|
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"
|
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"
|
||||||
|
|
Loading…
Reference in a new issue