From 13070798128f8fe59cec84379485e6ff195eda18 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Fri, 8 Feb 2013 00:35:42 +0000 Subject: [PATCH] Update DUMB to revision 07f761e918e8a621f64242dd1a631ceba03cc920 - Fixed IT New Note Action duplicate check types for sample and instrument SVN r4086 (trunk) --- dumb/src/it/itrender.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumb/src/it/itrender.c b/dumb/src/it/itrender.c index 0b2832c0a..d71bdac70 100644 --- a/dumb/src/it/itrender.c +++ b/dumb/src/it/itrender.c @@ -1619,7 +1619,7 @@ static void it_retrigger_note(DUMB_IT_SIGRENDERER *sigrenderer, IT_CHANNEL *chan for (i = 0; i < DUMB_IT_N_NNA_CHANNELS; i++) { IT_PLAYING * playing = sigrenderer->playing[i]; if (playing && playing->channel == channel && playing->instrument->dup_check_type) { - int match = 0; + int match = 1; switch (playing->instrument->dup_check_type) { case DCT_NOTE: