comparison krapula.c @ 37:fdbf6e90804d

Adjust to engine changes.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 13 Oct 2012 16:36:40 +0300
parents 1bac8390dafc
children 57d67886153e
comparison
equal deleted inserted replaced
36:d17d31b736c2 37:fdbf6e90804d
658 nollattu = TRUE; 658 nollattu = TRUE;
659 } 659 }
660 660
661 JSS_LOCK(engine.plr); 661 JSS_LOCK(engine.plr);
662 for (hit = FALSE, ch = 0; ch < 6; ch++) 662 for (hit = FALSE, ch = 0; ch < 6; ch++)
663 if (engine.plr->channels[ch].iCExtInstrumentN == 0) 663 if (engine.plr->channels[ch].nextInstrument == 0)
664 { 664 {
665 hit = TRUE; 665 hit = TRUE;
666 break; 666 break;
667 } 667 }
668 JSS_UNLOCK(engine.plr); 668 JSS_UNLOCK(engine.plr);