- 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.
This commit is contained in:
Christoph Oelckers 2020-01-18 09:28:39 +01:00
parent e68b46cb6a
commit 9bbd09b78f
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -4,6 +4,7 @@ Gameinfo
{
CheatKey = "maparrows/key.txt"
EasyKey = "maparrows/ravenkey.txt"
PrecacheSounds = "misc/secret", "misc/teleport", "misc/fallingsplat", "misc/ripslop"
}
DoomEdNums