mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 06:42:12 +00:00
Fixed: Heretic platforms make a mid-move sound, unlike Doom's
This commit is contained in:
parent
40f0dbf51c
commit
59e52b3e9b
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_strt pstart
|
||||||
plats/pt1_stop pstop
|
plats/pt1_stop pstop
|
||||||
plats/pt1_mid dormov
|
plats/pt1_mid dormov
|
||||||
|
plats/pt2_mid stnmov
|
||||||
|
|
||||||
//
|
//
|
||||||
// Door Sounds
|
// 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