Mercurial > sdl-ios-xcode
comparison src/audio/windx5/SDL_dx5audio.c @ 3013:8cc00819c8d6
Reverted Bob's indent checkin
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 10 Jan 2009 21:50:26 +0000 |
parents | 8f4ed5ec2b06 |
children | f7b03b6838cb |
comparison
equal
deleted
inserted
replaced
3012:7e30c2dc7783 | 3013:8cc00819c8d6 |
---|---|
276 &rawlen, NULL, &junk, 0); | 276 &rawlen, NULL, &junk, 0); |
277 if (result == DSERR_BUFFERLOST) { | 277 if (result == DSERR_BUFFERLOST) { |
278 IDirectSoundBuffer_Restore(this->hidden->mixbuf); | 278 IDirectSoundBuffer_Restore(this->hidden->mixbuf); |
279 result = IDirectSoundBuffer_Lock(this->hidden->mixbuf, cursor, | 279 result = IDirectSoundBuffer_Lock(this->hidden->mixbuf, cursor, |
280 this->hidden->mixlen, | 280 this->hidden->mixlen, |
281 (LPVOID *) & this->hidden-> | 281 (LPVOID *) & this-> |
282 locked_buf, &rawlen, NULL, &junk, 0); | 282 hidden->locked_buf, &rawlen, NULL, |
283 &junk, 0); | |
283 } | 284 } |
284 if (result != DS_OK) { | 285 if (result != DS_OK) { |
285 SetDSerror("DirectSound Lock", result); | 286 SetDSerror("DirectSound Lock", result); |
286 return (NULL); | 287 return (NULL); |
287 } | 288 } |