mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-28 15:02:39 +00:00
- 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:
parent
e68b46cb6a
commit
9bbd09b78f
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -4,6 +4,7 @@ Gameinfo
|
|||
{
|
||||
CheatKey = "maparrows/key.txt"
|
||||
EasyKey = "maparrows/ravenkey.txt"
|
||||
PrecacheSounds = "misc/secret", "misc/teleport", "misc/fallingsplat", "misc/ripslop"
|
||||
}
|
||||
|
||||
DoomEdNums
|
||||
|
|
Loading…
Reference in a new issue