Patch by Jessica: Fix compilation without MP3 support

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1209 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2007-03-06 20:35:15 +00:00
parent 25aa89b723
commit b6fe2eb42b
1 changed files with 1 additions and 1 deletions

View File

@ -68,6 +68,7 @@ static unsigned char mp3_buffer[MP3_BUFFER_SIZE + MAD_BUFFER_GUARD];
static unsigned int mp3_buffer_length;
static unsigned int mp3_size;
static unsigned int mp3_pos_in_frame;
#endif
#ifndef WZ_NOOGG
static OggVorbis_File ogg_stream;
@ -90,7 +91,6 @@ static ALuint music_source;
static ALenum music_format;
static unsigned int music_rate;
#endif
//*