Rosalila / Flatshot

Free as in freedom shooting game with flat and minimalist aesthetics.
http://rosalilastudio.com/Flatshot
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Bizzare spirals found on randomized boss patterns #5

Closed Turupawn closed 8 years ago

Turupawn commented 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

Turupawn commented 8 years ago

Fixed: https://github.com/Rosalila/RosalilaEngine/commit/ae87239c18286d84c55a188236c6a4f35f11617d

This will make most old replay be unsync and deprecated.