warning-free compilation

This commit is contained in:
tildearrow 2021-12-14 12:33:26 -05:00
parent 9da9ed3cd7
commit bde8a7f79d
16 changed files with 28 additions and 35 deletions

View file

@ -4,7 +4,7 @@ struct DivSample {
signed char vol, pitch;
unsigned char depth;
short* data;
int rendLength, adpcmRendLength, rendOff;
unsigned int rendLength, adpcmRendLength, rendOff;
short* rendData;
unsigned char* adpcmRendData;