change an `int` to `s32` which was being serialized as an s32

This commit is contained in:
zeromus 2017-01-13 18:41:31 -06:00
parent 019a959702
commit d33f2f095c
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ struct channel_struct
u32 lastsampcnt;
s16 pcm16b, pcm16b_last;
s16 loop_pcm16b;
int index;
s32 index;
int loop_index;
u16 x;
s16 psgnoise_last;