Commit e8703512 authored by mercury233's avatar mercury233

version

parent de81580a
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include <dirent.h> #include <dirent.h>
#endif #endif
const unsigned short PRO_VERSION = 0x2335; const unsigned short PRO_VERSION = 0x2336;
namespace ygo { namespace ygo {
...@@ -103,8 +103,7 @@ bool Game::Initialize() { ...@@ -103,8 +103,7 @@ bool Game::Initialize() {
env->addStaticText(L"已知问题:\n\n\ env->addStaticText(L"已知问题:\n\n\
场上没有可用于从额外卡组特殊召唤的\n\ 场上没有可用于从额外卡组特殊召唤的\n\
格子时仍然可以尝试进行从额外卡组的\n\ 格子时仍然可以尝试进行从额外卡组的\n\
融合召唤。\n\n\ 部分特殊召唤。\n\n\
新大师规则下灵摆卡不显示刻度。\n\n\
代替破坏的效果可以用不会被破坏的卡\n\ 代替破坏的效果可以用不会被破坏的卡\n\
代替破坏。\n\n\ 代替破坏。\n\n\
淘气仙星灯光舞台王车连接的处理存在\n\ 淘气仙星灯光舞台王车连接的处理存在\n\
...@@ -923,7 +922,7 @@ void Game::LoadConfig() { ...@@ -923,7 +922,7 @@ void Game::LoadConfig() {
gameConf.control_mode = 0; gameConf.control_mode = 0;
gameConf.draw_field_spell = 1; gameConf.draw_field_spell = 1;
gameConf.separate_clear_button = 1; gameConf.separate_clear_button = 1;
gameConf.auto_search_limit = -1; gameConf.auto_search_limit = 0;
fseek(fp, 0, SEEK_END); fseek(fp, 0, SEEK_END);
int fsize = ftell(fp); int fsize = ftell(fp);
fseek(fp, 0, SEEK_SET); fseek(fp, 0, SEEK_SET);
......
Subproject commit 99b75f312a59bd5db2afb4033e820e72d8ff1ba8 Subproject commit e9d8a27ff316dda638bf3cc1a8b71713c234f0f8
...@@ -603,7 +603,8 @@ ...@@ -603,7 +603,8 @@
#setname 0x4f 爆裂 バスター #setname 0x4f 爆裂 バスター
!setname 0x104f /爆裂体 /バスター !setname 0x104f /爆裂体 /バスター
!setname 0x50 蛇毒 ヴェノム !setname 0x50 蛇毒 ヴェノム
!setname 0x51 齿轮 ガジェット !setname 0x1050 凶饿毒|蛇毒 スターヴ・ヴェノム
!setname 0x51 零件 ガジェット
!setname 0x52 守护者 ガーディアン !setname 0x52 守护者 ガーディアン
!setname 0x53 星圣 セイクリッド !setname 0x53 星圣 セイクリッド
!setname 0x54 我我我 ガガガ !setname 0x54 我我我 ガガガ
...@@ -818,3 +819,8 @@ ...@@ -818,3 +819,8 @@
!setname 0x20f8 霸王眷龙 覇王眷竜 !setname 0x20f8 霸王眷龙 覇王眷竜
!setname 0xf9 真龙 真竜 !setname 0xf9 真龙 真竜
!setname 0xfa 幻煌龙 幻煌龍 !setname 0xfa 幻煌龙 幻煌龍
!setname 0xfb 淘气仙星 トリックスター
!setname 0xfc 刚鬼 剛鬼
!setname 0xfd 星杯
!setname 0xfe 星遗物 星遺物
!setname 0xff 幻透翼 クリアウィング
...@@ -24,4 +24,4 @@ control_mode = 0 ...@@ -24,4 +24,4 @@ control_mode = 0
draw_field_spell = 1 draw_field_spell = 1
separate_clear_button = 1 separate_clear_button = 1
#auto_search_limit >= 0: Start search automatically when the user enters N chars. #auto_search_limit >= 0: Start search automatically when the user enters N chars.
auto_search_limit = -1 auto_search_limit = 0
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