6268b6fff2
* Make sure to set '''global''' pointers to NULL when free()ing them * Also set the "size" variables belonging to these pointers to zero * Use a swap(a, b) style function for variable swapping (in PlayList_Shuffle()) rather than obfuscating code * Make sure that PlayList_CurrentSong() and PlayList_NextSong() return "const char*" rather than "char*" to make sure no one touches memory he/she shouldn't * Some general changes to conform with coding style (most notably: braces on a line of their own) git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2712 4a71c877-e1ca-e34f-864e-861f7616d084 |
||
---|---|---|
.. | ||
Makefile.am | ||
Makefile.raw | ||
aud.h | ||
audio.c | ||
audio.h | ||
audio_id.c | ||
audio_id.h | ||
cdaudio.c | ||
cdaudio.h | ||
mixer.h | ||
oggvorbis.c | ||
oggvorbis.h | ||
openal_track.c | ||
playlist.c | ||
playlist.h | ||
track.c | ||
track.h | ||
tracklib.h |