Commit 9b1a22fb authored by mercury233's avatar mercury233

version

parent 35587c2d
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include <dirent.h> #include <dirent.h>
#endif #endif
const unsigned short PRO_VERSION = 0x233C; const unsigned short PRO_VERSION = 0x233D;
namespace ygo { namespace ygo {
...@@ -107,9 +107,7 @@ bool Game::Initialize() { ...@@ -107,9 +107,7 @@ bool Game::Initialize() {
env->addStaticText(L"已知问题:\n\n\ env->addStaticText(L"已知问题:\n\n\
特殊同调和特殊超量没有正确检查是否\n\ 特殊同调和特殊超量没有正确检查是否\n\
有可用格子。\n\n\ 有可用格子。", rect<s32>(300, 30, 550, 390), false, true, wMainMenu);
代替破坏的效果可以用不会被破坏的卡\n\
代替破坏。", 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 35b5c980f090bbd4606f7a736a59a81d1e0643c0 Subproject commit e0b255a75d69288980d1bf27ea12a96bbe252385
Subproject commit dd6783d6cab0478aa4acab318b1168d6365e998b Subproject commit bf0d27148b7866ad11c05837b6dbadfe2efed253
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