summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mplayer.c3
1 files changed, 1 insertions, 2 deletions
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();