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
889cfd32
Commit
889cfd32
authored
Nov 18, 2017
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean
parent
c4e0a851
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
libcard.cpp
libcard.cpp
+0
-1
libduel.cpp
libduel.cpp
+0
-1
No files found.
libcard.cpp
View file @
889cfd32
...
@@ -1802,7 +1802,6 @@ int32 scriptlib::card_is_can_be_special_summoned(lua_State *L) {
...
@@ -1802,7 +1802,6 @@ int32 scriptlib::card_is_can_be_special_summoned(lua_State *L) {
uint32
sumpos
=
POS_FACEUP
;
uint32
sumpos
=
POS_FACEUP
;
uint32
toplayer
=
sumplayer
;
uint32
toplayer
=
sumplayer
;
uint32
zone
=
0xff
;
uint32
zone
=
0xff
;
uint32
nozoneusedcheck
=
0
;
if
(
lua_gettop
(
L
)
>=
7
)
if
(
lua_gettop
(
L
)
>=
7
)
sumpos
=
lua_tointeger
(
L
,
7
);
sumpos
=
lua_tointeger
(
L
,
7
);
if
(
lua_gettop
(
L
)
>=
8
)
if
(
lua_gettop
(
L
)
>=
8
)
...
...
libduel.cpp
View file @
889cfd32
...
@@ -3808,7 +3808,6 @@ int32 scriptlib::duel_majestic_copy(lua_State *L) {
...
@@ -3808,7 +3808,6 @@ int32 scriptlib::duel_majestic_copy(lua_State *L) {
check_param
(
L
,
PARAM_TYPE_CARD
,
2
);
check_param
(
L
,
PARAM_TYPE_CARD
,
2
);
card
*
pcard
=
*
(
card
**
)
lua_touserdata
(
L
,
1
);
card
*
pcard
=
*
(
card
**
)
lua_touserdata
(
L
,
1
);
card
*
ccard
=
*
(
card
**
)
lua_touserdata
(
L
,
2
);
card
*
ccard
=
*
(
card
**
)
lua_touserdata
(
L
,
2
);
duel* pduel = pcard->pduel;
for
(
auto
eit
=
ccard
->
single_effect
.
begin
();
eit
!=
ccard
->
field_effect
.
end
();
++
eit
)
{
for
(
auto
eit
=
ccard
->
single_effect
.
begin
();
eit
!=
ccard
->
field_effect
.
end
();
++
eit
)
{
if
(
eit
==
ccard
->
single_effect
.
end
())
{
if
(
eit
==
ccard
->
single_effect
.
end
())
{
eit
=
ccard
->
field_effect
.
begin
();
eit
=
ccard
->
field_effect
.
begin
();
...
...
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