100000 is correct (ms * percent = 1000 * 100); 100 is just masking a bug somewhere else ...

This commit is contained in:
Glenn Maynard
2006-12-09 09:23:32 +00:00
parent 50bca42217
commit 6333bb5952
+1 -1
View File
@@ -855,7 +855,7 @@ int RageSoundReader_MP3::SetPosition_toc( int iFrame, bool Xing )
} while( get_this_frame_byte(mad) < bytepos );
synth_output();
mad_timer_set( &mad->Timer, 0, percent * mad->length, 100 );
mad_timer_set( &mad->Timer, 0, percent * mad->length, 100000 );
}
}