changeset 37:fdbf6e90804d

Adjust to engine changes.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 13 Oct 2012 16:36:40 +0300
parents d17d31b736c2
children ea2d19de8932
files krapula.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;