diff --git a/Build/Configurations/Includes/ZDoom_misc.cfg b/Build/Configurations/Includes/ZDoom_misc.cfg index e3331977..e9214876 100644 --- a/Build/Configurations/Includes/ZDoom_misc.cfg +++ b/Build/Configurations/Includes/ZDoom_misc.cfg @@ -861,6 +861,17 @@ enums 75 = "75%"; 100 = "100%"; } + + ambient_sounds + { + 0 = "None"; + } + + sound_sequences + { + 0 = "None"; + 255 = "Default"; + } setadd { diff --git a/Build/Configurations/Includes/ZDoom_things.cfg b/Build/Configurations/Includes/ZDoom_things.cfg index 041385cb..13740cdc 100644 --- a/Build/Configurations/Includes/ZDoom_things.cfg +++ b/Build/Configurations/Includes/ZDoom_things.cfg @@ -114,10 +114,7 @@ zdoom { title = "Sound Sequence Index"; type = 11; - enum - { - 255 = "Default"; - } + enum = "sound_sequences"; } } @@ -193,6 +190,8 @@ zdoom arg0 { title = "Ambient Sound Index"; + type = 11; + enum = "ambient_sounds"; } arg1 { @@ -221,6 +220,8 @@ zdoom arg0 { title = "Sound Sequence Index"; + type = 11; + enum = "sound_sequences"; } arg1 { @@ -235,6 +236,8 @@ zdoom arg0 { title = "Ambient Sound Index"; + type = 11; + enum = "ambient_sounds"; } arg1 { diff --git a/Help/gzdb/text_lumps.html b/Help/gzdb/text_lumps.html index 25817d50..d1157263 100644 --- a/Help/gzdb/text_lumps.html +++ b/Help/gzdb/text_lumps.html @@ -38,7 +38,8 @@ Both new and old MAPINFO definition styles are supported.
You can use "//$GZDB_SKIP" special comment to abort parsing of the current file.
DoomEdNum overrides are supported.
- SpawnNums overrides are supported. The values are used to update "spawnthing" Game Configuration enum.

+ SpawnNums overrides are supported. The values are used to update "spawnthing" Game Configuration enum.
+
In addition, following values from (Z)MAPINFO are supported by Visual mode: