Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-core
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-core
Commits
1e042601
Commit
1e042601
authored
Nov 16, 2015
by
Argon.Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
ddde607b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
libduel.cpp
libduel.cpp
+5
-4
No files found.
libduel.cpp
View file @
1e042601
...
@@ -1102,17 +1102,18 @@ int32 scriptlib::duel_shuffle_setcard(lua_State *L) {
...
@@ -1102,17 +1102,18 @@ int32 scriptlib::duel_shuffle_setcard(lua_State *L) {
}
}
}
}
pduel
->
write_buffer8
(
MSG_SHUFFLE_SET_CARD
);
pduel
->
write_buffer8
(
MSG_SHUFFLE_SET_CARD
);
pduel
->
write_buffer8
(
ct
);
pduel
->
write_buffer8
(
tp
);
pduel
->
write_buffer8
(
ct
);
for
(
uint32
i
=
0
;
i
<
ct
;
++
i
)
{
for
(
uint32
i
=
0
;
i
<
ct
;
++
i
)
{
pduel
->
write_buffer
32
(
ms
[
i
]
->
get_info_location
()
);
pduel
->
write_buffer
8
(
ms
[
i
]
->
current
.
sequence
);
pduel
->
game_field
->
player
[
tp
].
list_mzone
[
seq
[
i
]]
=
ms
[
i
];
pduel
->
game_field
->
player
[
tp
].
list_mzone
[
seq
[
i
]]
=
ms
[
i
];
ms
[
i
]
->
current
.
sequence
=
seq
[
i
];
ms
[
i
]
->
current
.
sequence
=
seq
[
i
];
}
}
for
(
uint32
i
=
0
;
i
<
ct
;
++
i
)
{
for
(
uint32
i
=
0
;
i
<
ct
;
++
i
)
{
if
(
ms
[
i
]
->
xyz_materials
.
size
())
if
(
ms
[
i
]
->
xyz_materials
.
size
())
pduel
->
write_buffer
32
(
ms
[
i
]
->
get_info_location
()
);
pduel
->
write_buffer
8
(
0x10
|
ms
[
i
]
->
current
.
sequence
);
else
else
pduel
->
write_buffer
32
(
0
);
pduel
->
write_buffer
8
(
ms
[
i
]
->
current
.
sequence
);
}
}
return
0
;
return
0
;
}
}
...
...
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