Closed Turupawn closed 8 years ago
This might be due to the poor random seed handling: https://github.com/Rosalila/RosalilaEngine/blob/master/RosalilaUtility/RosalilaUtility.cpp#L399
Might use rand() combined with srand() to fix this as @immac suggested
Fixed: https://github.com/Rosalila/RosalilaEngine/commit/ae87239c18286d84c55a188236c6a4f35f11617d
This will make most old replay be unsync and deprecated.
This might be due to the poor random seed handling: https://github.com/Rosalila/RosalilaEngine/blob/master/RosalilaUtility/RosalilaUtility.cpp#L399
Might use rand() combined with srand() to fix this as @immac suggested