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
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
nanahira
ygopro-core
Commits
525b2631
Commit
525b2631
authored
Feb 24, 2016
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge: #37
parent
0ddfd4be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
processor.cpp
processor.cpp
+4
-0
No files found.
processor.cpp
View file @
525b2631
...
@@ -4442,6 +4442,8 @@ int32 field::solve_continuous(uint16 step, effect * peffect, uint8 triggering_pl
...
@@ -4442,6 +4442,8 @@ int32 field::solve_continuous(uint16 step, effect * peffect, uint8 triggering_pl
newchain
.
flag
=
0
;
newchain
.
flag
=
0
;
core
.
continuous_chain
.
push_back
(
newchain
);
core
.
continuous_chain
.
push_back
(
newchain
);
core
.
conti_solving
=
TRUE
;
core
.
conti_solving
=
TRUE
;
core
.
units
.
begin
()
->
ptarget
=
(
group
*
)
core
.
reason_effect
;
core
.
units
.
begin
()
->
arg2
=
core
.
reason_player
;
if
(
!
peffect
->
target
)
if
(
!
peffect
->
target
)
return
FALSE
;
return
FALSE
;
core
.
sub_solving_event
.
push_back
(
core
.
solving_event
.
front
());
core
.
sub_solving_event
.
push_back
(
core
.
solving_event
.
front
());
...
@@ -4460,6 +4462,8 @@ int32 field::solve_continuous(uint16 step, effect * peffect, uint8 triggering_pl
...
@@ -4460,6 +4462,8 @@ int32 field::solve_continuous(uint16 step, effect * peffect, uint8 triggering_pl
return
FALSE
;
return
FALSE
;
}
}
case
3
:
{
case
3
:
{
core
.
reason_effect
=
(
effect
*
)
core
.
units
.
begin
()
->
ptarget
;
core
.
reason_player
=
core
.
units
.
begin
()
->
arg2
;
if
(
core
.
continuous_chain
.
back
().
target_cards
)
if
(
core
.
continuous_chain
.
back
().
target_cards
)
pduel
->
delete_group
(
core
.
continuous_chain
.
back
().
target_cards
);
pduel
->
delete_group
(
core
.
continuous_chain
.
back
().
target_cards
);
for
(
auto
oit
=
core
.
continuous_chain
.
back
().
opinfos
.
begin
();
oit
!=
core
.
continuous_chain
.
back
().
opinfos
.
end
();
++
oit
)
{
for
(
auto
oit
=
core
.
continuous_chain
.
back
().
opinfos
.
begin
();
oit
!=
core
.
continuous_chain
.
back
().
opinfos
.
end
();
++
oit
)
{
...
...
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