Commit 951f0e70 authored by mercury233's avatar mercury233

version

parent d622957d
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include <dirent.h> #include <dirent.h>
#endif #endif
const unsigned short PRO_VERSION = 0x233D; const unsigned short PRO_VERSION = 0x233E;
namespace ygo { namespace ygo {
...@@ -106,8 +106,8 @@ bool Game::Initialize() { ...@@ -106,8 +106,8 @@ bool Game::Initialize() {
env->addStaticText(L"http://mercury233.me/ygosrv233/", rect<s32>(10, 360, 270, 380), false, false, wMainMenu); env->addStaticText(L"http://mercury233.me/ygosrv233/", rect<s32>(10, 360, 270, 380), false, false, wMainMenu);
env->addStaticText(L"已知问题:\n\n\ env->addStaticText(L"已知问题:\n\n\
特殊同调和特殊超量没有正确检查是否\n\ 特殊同调没有正确检查是否有可用格子。\n\n\
有可用格子。", rect<s32>(300, 30, 550, 390), false, true, wMainMenu); 天气模样等卡赋予效果的处理存在问题。", rect<s32>(300, 30, 550, 390), false, true, wMainMenu);
//lan mode //lan mode
wLanWindow = env->addWindow(rect<s32>(220, 100, 800, 520), false, dataManager.GetSysString(1200)); wLanWindow = env->addWindow(rect<s32>(220, 100, 800, 520), false, dataManager.GetSysString(1200));
......
Subproject commit 4be874830de6e0c286f62fddf682e606756ab475 Subproject commit d850977a8796bda07435171d340800a0ba3960a7
Subproject commit c39f36c8088b0c1c9450f44756738fb70ec8dfdf Subproject commit 6110a16e6adb05c4ed382343fcc6a70f670ede77
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