Watch this cast
svn-id: r6912
This commit is contained in:
parent
103937ea63
commit
fb20404df0
1 changed files with 1 additions and 1 deletions
|
@ -1733,7 +1733,7 @@ Sound::VorbisTrackInfo::VorbisTrackInfo(File *file) {
|
||||||
|
|
||||||
int Sound::VorbisTrackInfo::play(SoundMixer *mixer, int start, int delay) {
|
int Sound::VorbisTrackInfo::play(SoundMixer *mixer, int start, int delay) {
|
||||||
#ifdef VORBIS_TREMOR
|
#ifdef VORBIS_TREMOR
|
||||||
ov_time_seek(&_ov_file, (int)(start / 75.0) * 1000);
|
ov_time_seek(&_ov_file, (ogg_int64_t)(start / 75.0 * 1000));
|
||||||
#else
|
#else
|
||||||
ov_time_seek(&_ov_file, (int)(start / 75.0));
|
ov_time_seek(&_ov_file, (int)(start / 75.0));
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue