Commit 305899e6 authored by Chen Bill's avatar Chen Bill

remove srand()

parent 6784a0ff
......@@ -17,7 +17,6 @@ namespace ygo {
Game* mainGame;
bool Game::Initialize() {
srand(time(0));
LoadConfig();
irr::SIrrlichtCreationParameters params = irr::SIrrlichtCreationParameters();
params.AntiAlias = gameConf.antialias;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment