summaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 1b31c0682..4fc9c1eef 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -472,7 +472,7 @@ void Init(int ac, char **av)
InitLanguages();
/* Initialize random number generator */
- srand(time(NULL));
+ srand(Config->Seed);
/* load modules */
Log() << "Loading modules...";