JA_channels is now an Uint8
This commit is contained in:
@@ -35,7 +35,7 @@ JA_Sound_Playing_t *free_sounds_list {NULL};
|
||||
|
||||
int JA_freq {48000};
|
||||
SDL_AudioFormat JA_format {AUDIO_S16};
|
||||
int JA_channels {2};
|
||||
Uint8 JA_channels {2};
|
||||
|
||||
void audioCallback(void * userdata, uint8_t * stream, int len) {
|
||||
SDL_memset(stream, 0, len);
|
||||
|
||||
Reference in New Issue
Block a user