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
0b075f6a
Commit
0b075f6a
authored
Jun 25, 2019
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ref
parent
7bb284cc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
8 deletions
+2
-8
gframe/duelclient.cpp
gframe/duelclient.cpp
+0
-6
ocgcore
ocgcore
+1
-1
script
script
+1
-1
No files found.
gframe/duelclient.cpp
View file @
0b075f6a
...
@@ -987,11 +987,6 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len, bool retry) {
...
@@ -987,11 +987,6 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len, bool retry) {
mainGame
->
dInfo
.
time_player
=
2
;
mainGame
->
dInfo
.
time_player
=
2
;
switch
(
mainGame
->
dInfo
.
curMsg
)
{
switch
(
mainGame
->
dInfo
.
curMsg
)
{
case
MSG_RETRY
:
{
case
MSG_RETRY
:
{
<<<<<<<
HEAD
if
(
!
retry
&&
last_successful_msg_length
)
{
mainGame
->
gMutex
.
Lock
();
mainGame
->
stMessage
->
setText
(
dataManager
.
GetDesc
(
1422
));
=======
if
(
last_successful_msg_length
)
{
if
(
last_successful_msg_length
)
{
char
*
p
=
last_successful_msg
;
char
*
p
=
last_successful_msg
;
auto
last_msg
=
BufferIO
::
ReadUInt8
(
p
);
auto
last_msg
=
BufferIO
::
ReadUInt8
(
p
);
...
@@ -1006,7 +1001,6 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len, bool retry) {
...
@@ -1006,7 +1001,6 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len, bool retry) {
}
}
mainGame
->
gMutex
.
Lock
();
mainGame
->
gMutex
.
Lock
();
mainGame
->
stMessage
->
setText
(
dataManager
.
GetDesc
(
err_desc
));
mainGame
->
stMessage
->
setText
(
dataManager
.
GetDesc
(
err_desc
));
>>>>>>>
retry_fh
mainGame
->
PopupElement
(
mainGame
->
wMessage
);
mainGame
->
PopupElement
(
mainGame
->
wMessage
);
mainGame
->
gMutex
.
Unlock
();
mainGame
->
gMutex
.
Unlock
();
mainGame
->
actionSignal
.
Reset
();
mainGame
->
actionSignal
.
Reset
();
...
...
ocgcore
@
cfbe5a15
Subproject commit
9f7a67a34b0a345df2b98fd550765afb565c9107
Subproject commit
cfbe5a15215c7168d962f540ed63d02d5ab804e1
script
@
a5a534da
Subproject commit
4ee3551e3be02d6527a62b2d473b9c3740516963
Subproject commit
a5a534da7c7fed9fe8bc67e7f533be7eb2db5ded
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