Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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-2pick
Commits
ed7217a6
Commit
ed7217a6
authored
Dec 22, 2016
by
mercury233
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/Fluorohydride/ygopro
parents
afc21af4
2759c0b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
10 deletions
+6
-10
gframe/client_card.cpp
gframe/client_card.cpp
+4
-10
strings.conf
strings.conf
+2
-0
No files found.
gframe/client_card.cpp
View file @
ed7217a6
...
...
@@ -155,18 +155,12 @@ void ClientCard::UpdateInfo(char* buf) {
if
(
flag
&
QUERY_IS_PUBLIC
)
is_public
=
BufferIO
::
ReadInt32
(
buf
);
if
(
flag
&
QUERY_LSCALE
)
{
pdata
=
BufferIO
::
ReadInt32
(
buf
);
if
(
pdata
&&
lscale
!=
(
unsigned
int
)
pdata
)
{
lscale
=
pdata
;
myswprintf
(
lscstring
,
L"%d"
,
lscale
);
}
lscale
=
BufferIO
::
ReadInt32
(
buf
);
myswprintf
(
lscstring
,
L"%d"
,
lscale
);
}
if
(
flag
&
QUERY_RSCALE
)
{
pdata
=
BufferIO
::
ReadInt32
(
buf
);
if
(
pdata
&&
rscale
!=
(
unsigned
int
)
pdata
)
{
rscale
=
pdata
;
myswprintf
(
rscstring
,
L"%d"
,
rscale
);
}
rscale
=
BufferIO
::
ReadInt32
(
buf
);
myswprintf
(
rscstring
,
L"%d"
,
rscale
);
}
}
void
ClientCard
::
ClearTarget
()
{
...
...
strings.conf
View file @
ed7217a6
...
...
@@ -789,3 +789,5 @@
!
setname
0
xf3
捕食 プレデター
!
setname
0
x10f3
捕食植物
!
setname
0
xf4
召唤兽 召喚獣
!
setname
0
xf5
甘多拉 ガンドラ
!
setname
0
xf6
摩天楼
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