diff --git a/mplayer.c b/mplayer.c index 88cd58473a..dfd2192450 100644 --- a/mplayer.c +++ b/mplayer.c @@ -2556,9 +2556,8 @@ int i; int gui_no_filename=0; - srand((int) time(NULL)); - InitTimer(); + srand(GetTimerMS()); mp_msg_init();