[bb] fix rand() initialization

* What do you know, srand() is thread-local...
This commit is contained in:
Pete Batard 2016-11-29 11:02:02 +00:00
parent cbf01071ab
commit 8128d34e35
3 changed files with 7 additions and 6 deletions

View file

@ -3073,7 +3073,6 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
uprintf("Failed to enable AutoMount");
}
}
srand((unsigned int)_GetTickCount64());
relaunch:
uprintf("localization: using locale '%s'\n", selected_locale->txt[0]);