change path to unsigned short

This commit is contained in:
jjceresa 2019-11-04 22:06:46 +01:00
parent 17a93b9e27
commit 800eb4a0f7
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ struct _fluid_mod_t
unsigned char flags1; /**< Source controller 1 flags */
unsigned char src2; /**< Source controller 2 */
unsigned char flags2; /**< Source controller 2 flags */
unsigned char path; /**< Flags indicating if the modulator is valid */
unsigned short path; /**< Flags indicating if the modulator is valid */
double amount; /**< Multiplier amount */
double link; /**< Summation of modulator nodes linked to this modulator */
/* The 'next' field allows to link modulators into a list. It is