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

new

parent b9744365
......@@ -14,13 +14,14 @@
#include <dirent.h>
#endif
const unsigned short PRO_VERSION = 0x12e0;
const unsigned short PRO_VERSION = 0x12e1;
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