mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
Fixed: Heretic platforms make a mid-move sound, unlike Doom's
This commit is contained in:
parent
77ea195162
commit
62769fa5ea
2 changed files with 6 additions and 0 deletions
|
@ -151,6 +151,7 @@ $alias switches/exitbutn switches/normbutn // Heretic has no special exit button
|
|||
plats/pt1_strt pstart
|
||||
plats/pt1_stop pstop
|
||||
plats/pt1_mid dormov
|
||||
plats/pt2_mid stnmov
|
||||
|
||||
//
|
||||
// Door Sounds
|
||||
|
|
5
wadsrc/static/filter/game-heretic/sndseq.txt
Normal file
5
wadsrc/static/filter/game-heretic/sndseq.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
:Platform
|
||||
playuntildone plats/pt1_strt
|
||||
playrepeat plats/pt2_mid
|
||||
stopsound plats/pt1_stop
|
||||
end
|
Loading…
Reference in a new issue