support for user defined base seek time

This commit is contained in:
unK
2008-09-27 23:08:03 +02:00
parent 9b65b39126
commit 0318da84ca
4 changed files with 10 additions and 1 deletions

View File

@@ -2329,7 +2329,7 @@ int main(int argc, char *argv[])
timer = time(NULL);
mPlaylist->ReadKey(input);
int howmuch = Config.incremental_seeking ? (timer-t)/2+1 : 1;
int howmuch = Config.incremental_seeking ? (timer-t)/2+Config.seek_time : Config.seek_time;
if (songpos < s.GetTotalLength() && Keypressed(input, Key.SeekForward))
{