Commit 551606a6 authored by mercury233's avatar mercury233

test

parent 39b8c2f9
......@@ -658,8 +658,6 @@ bool Game::Initialize() {
hideChatTimer = 0;
return true;
}
void Game::MainLoop() {
wchar_t cap[256];
camera = smgr->addCameraSceneNode(0);
......
......@@ -13,6 +13,7 @@
namespace ygo {
#ifndef YGOPRO_SERVER_MODE
struct Config {
bool use_d3d;
unsigned short antialias;
......@@ -67,7 +68,7 @@ struct DuelInfo {
unsigned short time_limit;
unsigned short time_left[2];
};
#ifndef YGOPRO_SERVER_MODE
struct FadingUnit {
bool signalAction;
bool isFadein;
......@@ -80,6 +81,7 @@ struct FadingUnit {
irr::core::vector2di fadingDiff;
};
#endif //YGOPRO_SERVER_MODE
class Game {
public:
......@@ -140,9 +142,7 @@ public:
Signal singleSignal;
Signal closeSignal;
Signal closeDoneSignal;
#endif //YGOPRO_SERVER_MODE
Config gameConf;
#ifndef YGOPRO_SERVER_MODE
DuelInfo dInfo;
std::list<FadingUnit> fadingList;
......
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