From d813425a8db6066cc14e3c4bb6668e0edb0af443 Mon Sep 17 00:00:00 2001 From: Kevin Caccamo Date: Thu, 31 Dec 2020 01:44:19 -0500 Subject: [PATCH] Fix MAPINFO definitions for "enableskyboxao" enableskyboxao is a map flag, so it goes in the "gamedefaults", "defaultmap", or "map" section. I decided to put it in the gamedefaults section for each game. --- wadsrc/static/mapinfo/chex.txt | 4 ++++ wadsrc/static/mapinfo/doomcommon.txt | 4 ++++ wadsrc/static/mapinfo/heretic.txt | 4 ++++ wadsrc/static/mapinfo/hexen.txt | 2 +- wadsrc/static/mapinfo/mindefaults.txt | 4 ++++ wadsrc/static/mapinfo/strife.txt | 2 +- 6 files changed, 18 insertions(+), 2 deletions(-) diff --git a/wadsrc/static/mapinfo/chex.txt b/wadsrc/static/mapinfo/chex.txt index 468439d94..24a577b5c 100644 --- a/wadsrc/static/mapinfo/chex.txt +++ b/wadsrc/static/mapinfo/chex.txt @@ -76,6 +76,10 @@ gameinfo messageboxclass = "MessageBoxMenu" normforwardmove = 0x19, 0x32 normsidemove = 0x18, 0x28 +} + +gamedefaults +{ enableskyboxao } diff --git a/wadsrc/static/mapinfo/doomcommon.txt b/wadsrc/static/mapinfo/doomcommon.txt index 9a0889bfc..c4ebda685 100644 --- a/wadsrc/static/mapinfo/doomcommon.txt +++ b/wadsrc/static/mapinfo/doomcommon.txt @@ -77,6 +77,10 @@ gameinfo messageboxclass = "MessageBoxMenu" normforwardmove = 0x19, 0x32 normsidemove = 0x18, 0x28 +} + +gamedefaults +{ enableskyboxao } diff --git a/wadsrc/static/mapinfo/heretic.txt b/wadsrc/static/mapinfo/heretic.txt index cfcb358f2..3c8fba839 100644 --- a/wadsrc/static/mapinfo/heretic.txt +++ b/wadsrc/static/mapinfo/heretic.txt @@ -75,6 +75,10 @@ gameinfo messageboxclass = "MessageBoxMenu" normforwardmove = 0x19, 0x32 normsidemove = 0x18, 0x28 +} + +gamedefaults +{ enableskyboxao } diff --git a/wadsrc/static/mapinfo/hexen.txt b/wadsrc/static/mapinfo/hexen.txt index 53ddcd05b..2e41f38ce 100644 --- a/wadsrc/static/mapinfo/hexen.txt +++ b/wadsrc/static/mapinfo/hexen.txt @@ -73,7 +73,6 @@ gameinfo messageboxclass = "MessageBoxMenu" normforwardmove = 0x19, 0x32 normsidemove = 0x18, 0x28 - enableskyboxao } DoomEdNums @@ -513,6 +512,7 @@ gamedefaults noautosequences missilesactivateimpactlines monsterfallingdamage + enableskyboxao } // There is also support for showing a clus5msg after cluster 5, but diff --git a/wadsrc/static/mapinfo/mindefaults.txt b/wadsrc/static/mapinfo/mindefaults.txt index 9df7420cd..2b6c4182e 100644 --- a/wadsrc/static/mapinfo/mindefaults.txt +++ b/wadsrc/static/mapinfo/mindefaults.txt @@ -61,6 +61,10 @@ gameinfo statscreen_contentfont = "*BigFont" statscreen_authorFont = "*SmallFont" messageboxclass = "MessageBoxMenu" +} + +gamedefaults +{ enableskyboxao } diff --git a/wadsrc/static/mapinfo/strife.txt b/wadsrc/static/mapinfo/strife.txt index cc627768f..32634e417 100644 --- a/wadsrc/static/mapinfo/strife.txt +++ b/wadsrc/static/mapinfo/strife.txt @@ -75,7 +75,6 @@ gameinfo messageboxclass = "MessageBoxMenu" normforwardmove = 0x19, 0x32 normsidemove = 0x18, 0x28 - enableskyboxao } DoomEdNums @@ -613,6 +612,7 @@ gamedefaults nointermission clipmidtextures noinfighting + enableskyboxao } map MAP01 LOOKUP "TXT_STRIFE_MAP01"