Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro
Commits
538ec10a
Commit
538ec10a
authored
Jan 22, 2017
by
mercury233
Committed by
DailyShana
Jan 22, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add hint for select place (#1916)
parent
a1117603
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gframe/duelclient.cpp
gframe/duelclient.cpp
+5
-0
strings.conf
strings.conf
+2
-0
No files found.
gframe/duelclient.cpp
View file @
538ec10a
...
...
@@ -1289,6 +1289,11 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
mainGame->dField.selected_field = 0;
unsigned char respbuf[64];
int pzone = 0;
if (mainGame->dInfo.curMsg == MSG_SELECT_PLACE)
mainGame->stHintMsg->setText(dataManager.GetSysString(569));
else
mainGame->stHintMsg->setText(dataManager.GetSysString(570));
mainGame->stHintMsg->setVisible(true);
if (mainGame->dInfo.curMsg == MSG_SELECT_PLACE && mainGame->chkAutoPos->isChecked()) {
unsigned int filter;
if (mainGame->dField.selectable_field & 0x1f) {
...
...
strings.conf
View file @
538ec10a
...
...
@@ -114,6 +114,8 @@
!
system
566
请选择要发动效果的卡
!
system
567
请宣言一个等级
!
system
568
请选择要处理效果的卡
!
system
569
请选择卡片的位置
!
system
570
请选择要变成不能使用的卡片区域
!
system
1000
卡组
!
system
1001
手卡
!
system
1002
怪兽区
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment