Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boxart: image mix up due to broken rand() on windows
srand() wasn't called and rand() returns the same number twice on windows (RAND_MAX is only 32767). Use c++11 random instead. Issue #1231
- Loading branch information