Mercurial > sdl-ios-xcode
diff src/audio/mint/SDL_mintaudio.c @ 704:c4803992e09c
Small bugfixes
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Sat, 30 Aug 2003 20:00:11 +0000 |
parents | 594422ab8f9f |
children | b8d311d90021 |
line wrap: on
line diff
--- a/src/audio/mint/SDL_mintaudio.c Sat Aug 30 17:12:10 2003 +0000 +++ b/src/audio/mint/SDL_mintaudio.c Sat Aug 30 20:00:11 2003 +0000 @@ -38,9 +38,9 @@ SDL_AudioDevice *SDL_MintAudio_device; Uint8 *SDL_MintAudio_audiobuf[2]; /* Pointers to buffers */ -long SDL_MintAudio_audiosize; /* Length of audio buffer=spec->size */ -long SDL_MintAudio_numbuf; /* Buffer to play */ -long SDL_MintAudio_mutex; +unsigned long SDL_MintAudio_audiosize; /* Length of audio buffer=spec->size */ +unsigned short SDL_MintAudio_numbuf; /* Buffer to play */ +unsigned short SDL_MintAudio_mutex; cookie_stfa_t *SDL_MintAudio_stfa; /* The callback function, called by each driver whenever needed */