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
9aea5189
Commit
9aea5189
authored
Oct 13, 2016
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix MSG_FIELD_DISABLED
parent
d904a99a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
gframe/duelclient.cpp
gframe/duelclient.cpp
+1
-1
ocgcore
ocgcore
+1
-1
script
script
+1
-1
No files found.
gframe/duelclient.cpp
View file @
9aea5189
...
@@ -2220,7 +2220,7 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
...
@@ -2220,7 +2220,7 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
return
true
;
return
true
;
}
}
case
MSG_FIELD_DISABLED
:
{
case
MSG_FIELD_DISABLED
:
{
int
disabled
=
BufferIO
::
ReadInt32
(
pbuf
);
unsigned
int
disabled
=
BufferIO
::
ReadInt32
(
pbuf
);
if
(
!
mainGame
->
dInfo
.
isFirst
)
if
(
!
mainGame
->
dInfo
.
isFirst
)
disabled
=
(
disabled
>>
16
)
|
(
disabled
<<
16
);
disabled
=
(
disabled
>>
16
)
|
(
disabled
<<
16
);
mainGame
->
dField
.
disabled_field
=
disabled
;
mainGame
->
dField
.
disabled_field
=
disabled
;
...
...
ocgcore
@
91dc62a6
Subproject commit
0f903247f51851bbef5ca0eda1fe22cd98607317
Subproject commit
91dc62a6867dbd54aa5da7b22f5b3e67b1ff0acf
script
@
722c213b
Subproject commit
3e54309aff9f9ab32a52e72e76427d19aa5b84c7
Subproject commit
722c213be5e5bbbbd4f61c4652a5a64a0c63ac64
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