From 09a24016b5f8d667888c9668db451bfd2bb86591 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Wed, 2 Jan 2008 12:06:37 +0000 Subject: [PATCH] Only play a key sound for a press, not a release. --- stepmania/src/Player.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 2ee20a5b6f..8b062bcb26 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -2059,6 +2059,7 @@ done_checking_hopo: } + if( !bRelease ) { /* Search for keyed sounds separately. Play the nearest note. */ /* XXX: This isn't quite right. As per the above XXX for iRowOfOverlappingNote, if iRowOfOverlappingNote