fix compile when vorbis is enabled, loomcd is now broken with vorbis after recent changes :/
svn-id: r8598
This commit is contained in:
parent
4ad5a183ce
commit
0a6b7ad6ac
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ int SoundMixer::playMP3CDTrack(PlayingSoundHandle *handle, File *file, mad_timer
|
|||
|
||||
#ifdef USE_VORBIS
|
||||
int SoundMixer::playVorbis(PlayingSoundHandle *handle, OggVorbis_File *ov_file, int duration, bool is_cd_track) {
|
||||
return insertChannel(handle, -1, new ChannelVorbis(this, ov_file, duration, is_cd_track));
|
||||
return insertChannel(handle, new ChannelVorbis(this, ov_file, duration, is_cd_track));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue