# HG changeset patch # User Matti Hamalainen # Date 1350135400 -10800 # Node ID fdbf6e90804d8cf2c64f2620ec8d98d87f9f6603 # Parent d17d31b736c200a33bf4fa58ed94996fe20e3f90 Adjust to engine changes. diff -r d17d31b736c2 -r fdbf6e90804d krapula.c --- a/krapula.c Thu Oct 04 06:47:16 2012 +0300 +++ b/krapula.c Sat Oct 13 16:36:40 2012 +0300 @@ -660,7 +660,7 @@ JSS_LOCK(engine.plr); for (hit = FALSE, ch = 0; ch < 6; ch++) - if (engine.plr->channels[ch].iCExtInstrumentN == 0) + if (engine.plr->channels[ch].nextInstrument == 0) { hit = TRUE; break;