mce: RNG was not on our side in the mornings :/

This commit is contained in:
neon 2018-10-02 12:19:36 +02:00
parent 40f9ffc9e1
commit 7db16d3fc2

View File

@ -1691,7 +1691,7 @@ void CreateNextVote()
for(int i = 0; i < limit; i++)
{
int b;
for(int j = 0; j < 10; j++)
for(int j = 0; j < 1000; j++)
{
b = GetRandomInt(0, GetArraySize(tempMaps) - 1);
GetArrayString(tempMaps, b, map, PLATFORM_MAX_PATH);