Commit 798e50f6 authored by nanahira's avatar nanahira

Merge branch 'master' into server

parents d6705f9b 91e8566c
No preview for this file type
...@@ -150,7 +150,7 @@ bool Game::Initialize() { ...@@ -150,7 +150,7 @@ bool Game::Initialize() {
SetWindowsIcon(); SetWindowsIcon();
//main menu //main menu
wchar_t strbuf[256]; wchar_t strbuf[256];
myswprintf(strbuf, L"KoishiPro %X.0%X.%X Brainpower", PRO_VERSION >> 12, (PRO_VERSION >> 4) & 0xff, PRO_VERSION & 0xf); myswprintf(strbuf, L"KoishiPro %X.0%X.%X Cinderella", PRO_VERSION >> 12, (PRO_VERSION >> 4) & 0xff, PRO_VERSION & 0xf);
wMainMenu = env->addWindow(rect<s32>(370, 200, 650, 415), false, strbuf); wMainMenu = env->addWindow(rect<s32>(370, 200, 650, 415), false, strbuf);
wMainMenu->getCloseButton()->setVisible(false); wMainMenu->getCloseButton()->setVisible(false);
btnLanMode = env->addButton(rect<s32>(10, 30, 270, 60), wMainMenu, BUTTON_LAN_MODE, dataManager.GetSysString(1200)); btnLanMode = env->addButton(rect<s32>(10, 30, 270, 60), wMainMenu, BUTTON_LAN_MODE, dataManager.GetSysString(1200));
......
Subproject commit 66930ea8542c53dc77e8ad8454a5ab7fcd2b1122 Subproject commit e6f03739e60d3f93caaa09fd0bbc1f0c4dc617ad
...@@ -1027,7 +1027,7 @@ ...@@ -1027,7 +1027,7 @@
!setname 0x12f 蜂军 BF(ビー・フォース) !setname 0x12f 蜂军 BF(ビー・フォース)
!setname 0x130 破械 !setname 0x130 破械
!setname 0x1130 破械神 !setname 0x1130 破械神
!setname 0x131Dream Mirror !setname 0x131魔镜 夢魔鏡
!setname 0x132 斩机 斬機 !setname 0x132 斩机 斬機
!setname 0x133 半龙女仆 ドラゴンメイド !setname 0x133 半龙女仆 ドラゴンメイド
!setname 0x134 王战 ジェネレイド !setname 0x134 王战 ジェネレイド
...@@ -1041,7 +1041,7 @@ ...@@ -1041,7 +1041,7 @@
!setname 0x13c 代码破坏者 コードブレイカー !setname 0x13c 代码破坏者 コードブレイカー
!setname 0x13d 星义 ネメシス !setname 0x13d 星义 ネメシス
!setname 0x13e 巴巴罗斯 バルバロス !setname 0x13e 巴巴罗斯 バルバロス
!setname 0x13f 巡掠海魔 Plunder Patroll !setname 0x13f 海造贼 海造賊
!setname 0x140 魔救 アダマシア !setname 0x140 魔救 アダマシア
!setname 0x141 六花 !setname 0x141 六花
#setname 0x142 黄金国 エルド #setname 0x142 黄金国 エルド
...@@ -1075,3 +1075,6 @@ ...@@ -1075,3 +1075,6 @@
!setname 0x152 姬丝基勒 キスキル !setname 0x152 姬丝基勒 キスキル
!setname 0x153 璃拉 リィラ !setname 0x153 璃拉 リィラ
!setname 0x154 龙辉巧 ドライトロン !setname 0x154 龙辉巧 ドライトロン
!setname 0x155 护宝炮妖 スプリガンズ
!setname 0x156 治安战警队 SForce
!setname 0x157 突变体 Myutant
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