diff minijss/jssmod.h @ 1253:a4816eb68558

Change one JSSMOD struct type Sint16 -> Uint16.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Mar 2015 21:24:17 +0200
parents d8324718d4b9
children 5adf67d1dea4
line wrap: on
line diff
--- a/minijss/jssmod.h	Sat Mar 07 19:53:13 2015 +0200
+++ b/minijss/jssmod.h	Sat Mar 07 21:24:17 2015 +0200
@@ -214,7 +214,7 @@
 
     /*
     - After this, norders long orders table will follow, of type:
-      Sint16 orderList[norders];
+      Uint16 orderList[norders];
 
     - Pattern data, format depends on patMode.