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
a5b01c1b
Commit
a5b01c1b
authored
Jul 24, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
b1eed816
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
gframe/single_duel.cpp
gframe/single_duel.cpp
+2
-0
gframe/tag_duel.cpp
gframe/tag_duel.cpp
+2
-0
ocgcore
ocgcore
+1
-1
script
script
+1
-1
No files found.
gframe/single_duel.cpp
View file @
a5b01c1b
...
@@ -202,7 +202,9 @@ void SingleDuel::LeaveGame(DuelPlayer* dp) {
...
@@ -202,7 +202,9 @@ void SingleDuel::LeaveGame(DuelPlayer* dp) {
}
else
{
}
else
{
EndDuel
();
EndDuel
();
NetServer
::
StopServer
();
NetServer
::
StopServer
();
return
;
}
}
ready
[
host_pos
]
=
false
;
STOC_TypeChange
sctc
;
STOC_TypeChange
sctc
;
sctc
.
type
=
0x10
|
host_pos
;
sctc
.
type
=
0x10
|
host_pos
;
NetServer
::
SendPacketToPlayer
(
players
[
host_pos
],
STOC_TYPE_CHANGE
,
sctc
);
NetServer
::
SendPacketToPlayer
(
players
[
host_pos
],
STOC_TYPE_CHANGE
,
sctc
);
...
...
gframe/tag_duel.cpp
View file @
a5b01c1b
...
@@ -175,7 +175,9 @@ void TagDuel::LeaveGame(DuelPlayer* dp) {
...
@@ -175,7 +175,9 @@ void TagDuel::LeaveGame(DuelPlayer* dp) {
}
else
{
}
else
{
EndDuel
();
EndDuel
();
NetServer
::
StopServer
();
NetServer
::
StopServer
();
return
;
}
}
ready
[
host_pos
]
=
false
;
STOC_TypeChange
sctc
;
STOC_TypeChange
sctc
;
sctc
.
type
=
0x10
|
host_pos
;
sctc
.
type
=
0x10
|
host_pos
;
NetServer
::
SendPacketToPlayer
(
players
[
host_pos
],
STOC_TYPE_CHANGE
,
sctc
);
NetServer
::
SendPacketToPlayer
(
players
[
host_pos
],
STOC_TYPE_CHANGE
,
sctc
);
...
...
ocgcore
@
0db546f8
Subproject commit
e7f45a9d3b7d42748c4a6f97c56ed32593c979ef
Subproject commit
0db546f8d051f478f410cb3d53161153ddb355bb
script
@
4916c325
Subproject commit
dc40ce9811cc09192c527c888449cdbcdc9036d
2
Subproject commit
4916c325a4d8f2b314fef11c8cfd50aace7f4d4
2
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