From 8ffadb64b5b1f1fe0202aaf444bc03b22ec250c1 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 18 Jan 2020 09:28:39 +0100 Subject: [PATCH] - precache a few sounds being referenced in common game code. - define misc/secret for Hexen, too. By now there are some mods defining secrets for the game so this sound should be present there. --- wadsrc/static/filter/game-hexen/sndinfo.txt | 1 + wadsrc/static/mapinfo/common.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/wadsrc/static/filter/game-hexen/sndinfo.txt b/wadsrc/static/filter/game-hexen/sndinfo.txt index a1169dcb9..2e36ab321 100644 --- a/wadsrc/static/filter/game-hexen/sndinfo.txt +++ b/wadsrc/static/filter/game-hexen/sndinfo.txt @@ -169,6 +169,7 @@ $alias menu/clear PlatformStop // Hexen does not have ripslop sound like Heretic misc/ripslop dsempty misc/netnotch blddrp1 +misc/secret dssecret $alias intermission/cooptotal *death $alias intermission/nextstage DoorCloseLight diff --git a/wadsrc/static/mapinfo/common.txt b/wadsrc/static/mapinfo/common.txt index d34c1d488..6606e07a0 100644 --- a/wadsrc/static/mapinfo/common.txt +++ b/wadsrc/static/mapinfo/common.txt @@ -4,6 +4,7 @@ Gameinfo { CheatKey = "maparrows/key.txt" EasyKey = "maparrows/ravenkey.txt" + PrecacheSounds = "misc/secret", "misc/teleport", "misc/fallingsplat", "misc/ripslop" } DoomEdNums