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
6defb73f
Commit
6defb73f
authored
Mar 20, 2014
by
VanillaSalt
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #724 from sidschingis/patch-1
fix
parents
63b5ad25
e360544c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
ocgcore/operations.cpp
ocgcore/operations.cpp
+6
-1
No files found.
ocgcore/operations.cpp
View file @
6defb73f
...
@@ -3325,7 +3325,12 @@ int32 field::move_to_field(uint16 step, card * target, uint32 enable, uint32 ret
...
@@ -3325,7 +3325,12 @@ int32 field::move_to_field(uint16 step, card * target, uint32 enable, uint32 ret
target
->
overlay_target
->
xyz_remove
(
target
);
target
->
overlay_target
->
xyz_remove
(
target
);
move_card
(
playerid
,
target
,
location
,
target
->
temp
.
sequence
);
move_card
(
playerid
,
target
,
location
,
target
->
temp
.
sequence
);
target
->
current
.
position
=
returns
.
ivalue
[
0
];
target
->
current
.
position
=
returns
.
ivalue
[
0
];
target
->
set_status
(
STATUS_LEAVE_CONFIRMED
|
STATUS_ACTIVATED
,
FALSE
);
if
((
target
->
get_type
()
&
TYPE_TRAPMONSTER
)
||
((
target
->
get_type
()
&
TYPE_TRAP
)
&&
(
target
->
current
.
location
==
LOCATION_MZONE
)
&&
(
location
==
LOCATION_SZONE
))
)
target
->
set_status
(
STATUS_LEAVE_CONFIRMED
,
FALSE
);
else
target
->
set_status
(
STATUS_LEAVE_CONFIRMED
|
STATUS_ACTIVATED
,
FALSE
);
pduel
->
write_buffer32
(
target
->
get_info_location
());
pduel
->
write_buffer32
(
target
->
get_info_location
());
pduel
->
write_buffer32
(
target
->
current
.
reason
);
pduel
->
write_buffer32
(
target
->
current
.
reason
);
if
((
target
->
current
.
location
!=
LOCATION_MZONE
))
{
if
((
target
->
current
.
location
!=
LOCATION_MZONE
))
{
...
...
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