comparison minijss/jloadjss.c @ 1216:f57dc769bd39

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Mar 2015 23:22:38 +0200
parents 1133dffe3713
children 62a76a3d9bc2
comparison
equal deleted inserted replaced
1215:66c79bae8704 1216:f57dc769bd39
335 "Could not allocate memory for module structure.\n"); 335 "Could not allocate memory for module structure.\n");
336 } 336 }
337 *ppModule = module; 337 *ppModule = module;
338 338
339 // Copy header information 339 // Copy header information
340 module->defFlags = jssH.defFlags;
341 module->intVersion = jssH.intVersion;
342
340 module->norders = jssH.norders; 343 module->norders = jssH.norders;
341 module->npatterns = jssH.npatterns; 344 module->npatterns = jssH.npatterns;
342 module->nchannels = jssH.nchannels; 345 module->nchannels = jssH.nchannels;
343 module->nextInstruments = jssH.nextInstruments; 346 module->nextInstruments = jssH.nextInstruments;
344 module->ninstruments = jssH.ninstruments; 347 module->ninstruments = jssH.ninstruments;
345 module->defFlags = jssH.defFlags;
346 module->intVersion = jssH.intVersion;
347 module->defRestartPos = jssH.defRestartPos; 348 module->defRestartPos = jssH.defRestartPos;
348 module->defSpeed = jssH.defSpeed; 349 module->defSpeed = jssH.defSpeed;
349 module->defTempo = jssH.defTempo; 350 module->defTempo = jssH.defTempo;
350 351
351 // Get the orders list 352 // Get the orders list