* Applied ajax's cleanup patch
This commit is contained in:
parent
4c6f59c541
commit
fe14a45ad1
40 changed files with 166 additions and 166 deletions
|
@ -938,7 +938,7 @@ void S_ByteSwapRawSamples( int samples, int width, int s_channels, const byte *d
|
|||
}
|
||||
}
|
||||
|
||||
portable_samplepair_t *S_GetRawSamplePointer() {
|
||||
portable_samplepair_t *S_GetRawSamplePointer( void ) {
|
||||
return s_rawsamples;
|
||||
}
|
||||
|
||||
|
@ -1605,7 +1605,7 @@ S_FreeOldestSound
|
|||
======================
|
||||
*/
|
||||
|
||||
void S_FreeOldestSound() {
|
||||
void S_FreeOldestSound( void ) {
|
||||
int i, oldest, used;
|
||||
sfx_t *sfx;
|
||||
sndBuffer *buffer, *nbuffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue