summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix.c b/unix.c
index 361d7d511..f6feb99ce 100644
--- a/unix.c
+++ b/unix.c
@@ -420,7 +420,7 @@ int CDECL main(int argc, char* argv[])
ChangeWorkingDirectory(argv[0]);
#endif
- _random_seed_2 = _random_seed_1 = time(NULL);
+ _random_seeds[0][1] = _random_seeds[0][0] = time(NULL);
return ttd_main(argc, argv);