changeset 1109:c8bcdddf233c

Comment.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Mar 2015 00:58:25 +0200
parents 5a8d29b88431
children ea2cc4932714
files tools/xm2jss.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tools/xm2jss.c	Wed Mar 04 00:50:53 2015 +0200
+++ b/tools/xm2jss.c	Wed Mar 04 00:58:25 2015 +0200
@@ -908,6 +908,8 @@
         {
             char effect;
 
+            // If not stripping extended instruments, check for
+            // the validity of the used instrument and remap
             if (!optStripExtInstr)
             {
                 if (n->instrument >= 0 && n->instrument < jsetMaxInstruments)
@@ -1036,6 +1038,7 @@
         }
         sm->nextInstruments = 0;
     }
+
     // Run the optimization procedure
     if (optOptimize)
     {