summaryrefslogtreecommitdiff
path: root/apps/plugins/mikmod/mlutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mikmod/mlutil.c')
-rw-r--r--apps/plugins/mikmod/mlutil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/mikmod/mlutil.c b/apps/plugins/mikmod/mlutil.c
index 114deb6b24..ddaddc7871 100644
--- a/apps/plugins/mikmod/mlutil.c
+++ b/apps/plugins/mikmod/mlutil.c
@@ -143,10 +143,10 @@ void S3MIT_CreateOrders(int curious)
143/* handles S3M and IT effects */ 143/* handles S3M and IT effects */
144void S3MIT_ProcessCmd(UBYTE cmd,UBYTE inf,unsigned int flags) 144void S3MIT_ProcessCmd(UBYTE cmd,UBYTE inf,unsigned int flags)
145{ 145{
146 UBYTE hi,lo; 146 UBYTE /* hi,*/ lo;
147 147
148 lo=inf&0xf; 148 lo=inf&0xf;
149 hi=inf>>4; 149 /* hi=inf>>4; */
150 150
151 /* process S3M / IT specific command structure */ 151 /* process S3M / IT specific command structure */
152 152