Fixed: Heretic platforms make a mid-move sound, unlike Doom's

This commit is contained in:
Marisa Heit 2016-09-27 18:40:36 -05:00
parent 40f0dbf51c
commit 59e52b3e9b
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -0,0 +1,5 @@
:Platform
playuntildone plats/pt1_strt
playrepeat plats/pt2_mid
stopsound plats/pt1_stop
end