mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
Update DUMB to revision 07f761e918e8a621f64242dd1a631ceba03cc920
- Fixed IT New Note Action duplicate check types for sample and instrument SVN r4086 (trunk)
This commit is contained in:
parent
5490b08c88
commit
1307079812
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue