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
List
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
YGOPRO-520DIY
ygopro
Commits
6c590afe
Commit
6c590afe
authored
Dec 10, 2019
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:Fluorohydride/ygopro
parents
c6bfe3d8
e7bac45b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
gframe/tag_duel.cpp
gframe/tag_duel.cpp
+3
-3
ocgcore
ocgcore
+1
-1
script
script
+1
-1
No files found.
gframe/tag_duel.cpp
View file @
6c590afe
...
...
@@ -547,8 +547,7 @@ int TagDuel::Analyze(char* msgbuffer, unsigned int len) {
case
1
:
case
2
:
case
3
:
case
5
:
case
10
:
{
case
5
:
{
NetServer
::
SendBufferToPlayer
(
cur_player
[
player
],
STOC_GAME_MSG
,
offset
,
pbuf
-
offset
);
break
;
}
...
...
@@ -566,7 +565,8 @@ int TagDuel::Analyze(char* msgbuffer, unsigned int len) {
}
case
11
:
case
12
:
case
13
:
{
case
13
:
case
10
:
{
for
(
int
i
=
0
;
i
<
4
;
++
i
)
NetServer
::
SendBufferToPlayer
(
players
[
i
],
STOC_GAME_MSG
,
offset
,
pbuf
-
offset
);
for
(
auto
oit
=
observers
.
begin
();
oit
!=
observers
.
end
();
++
oit
)
...
...
ocgcore
@
07f66605
Subproject commit
339f363431cd22f60189284c37708063c554e835
Subproject commit
07f666057a689d70dda3b1da4e80fff1d5fbd098
script
@
d9777969
Subproject commit
fbaf5bb51f7ec87ecf8a31048f0544b3ca6dc778
Subproject commit
d9777969962a8340acfa6d5151fc5ab4f56abf87
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