From 59e52b3e9be0b7f7248a3a863ad4c956e2430ea0 Mon Sep 17 00:00:00 2001 From: Marisa Heit Date: Tue, 27 Sep 2016 18:40:36 -0500 Subject: [PATCH] Fixed: Heretic platforms make a mid-move sound, unlike Doom's --- wadsrc/static/filter/game-heretic/sndinfo.txt | 1 + wadsrc/static/filter/game-heretic/sndseq.txt | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 wadsrc/static/filter/game-heretic/sndseq.txt diff --git a/wadsrc/static/filter/game-heretic/sndinfo.txt b/wadsrc/static/filter/game-heretic/sndinfo.txt index b9f1fd7c3..53017a49a 100644 --- a/wadsrc/static/filter/game-heretic/sndinfo.txt +++ b/wadsrc/static/filter/game-heretic/sndinfo.txt @@ -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 diff --git a/wadsrc/static/filter/game-heretic/sndseq.txt b/wadsrc/static/filter/game-heretic/sndseq.txt new file mode 100644 index 000000000..405ebc8fb --- /dev/null +++ b/wadsrc/static/filter/game-heretic/sndseq.txt @@ -0,0 +1,5 @@ +:Platform + playuntildone plats/pt1_strt + playrepeat plats/pt2_mid + stopsound plats/pt1_stop +end