Commit 380a8974 authored by argon.sun's avatar argon.sun

new

parent b9744365
...@@ -14,13 +14,14 @@ ...@@ -14,13 +14,14 @@
#include <dirent.h> #include <dirent.h>
#endif #endif
const unsigned short PRO_VERSION = 0x12e0; const unsigned short PRO_VERSION = 0x12e1;
namespace ygo { namespace ygo {
Game* mainGame; Game* mainGame;
bool Game::Initialize() { bool Game::Initialize() {
srand(time(0));
LoadConfig(); LoadConfig();
irr::SIrrlichtCreationParameters params = irr::SIrrlichtCreationParameters(); irr::SIrrlichtCreationParameters params = irr::SIrrlichtCreationParameters();
params.AntiAlias = gameConf.antialias; 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