more OSystem docs & cleanup

svn-id: r8118
This commit is contained in:
Max Horn 2003-05-29 22:34:35 +00:00
parent 54b8fd8ce1
commit e08d4f072e
18 changed files with 152 additions and 81 deletions

View file

@ -827,7 +827,7 @@ bool OSystem_SDL_Common::poll_event(Event *event) {
return false;
}
bool OSystem_SDL_Common::set_sound_proc(void *param, SoundProc *proc, byte /* format */) {
bool OSystem_SDL_Common::set_sound_proc(SoundProc *proc, void *param, SoundFormat format) {
SDL_AudioSpec desired;
memset(&desired, 0, sizeof(desired));