changeset 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 f077a709d491
children 47d8e5e0e592
files minijss/jssmod.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.