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
d44b7098
Commit
d44b7098
authored
Jun 30, 2017
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
for Macro Cosmos
parent
0dcb83ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
processor.cpp
processor.cpp
+2
-2
No files found.
processor.cpp
View file @
d44b7098
...
@@ -4345,7 +4345,7 @@ int32 field::add_chain(uint16 step) {
...
@@ -4345,7 +4345,7 @@ int32 field::add_chain(uint16 step) {
phandler
->
set_status
(
STATUS_LEAVE_CONFIRMED
,
TRUE
);
phandler
->
set_status
(
STATUS_LEAVE_CONFIRMED
,
TRUE
);
}
}
core
.
phase_action
=
TRUE
;
core
.
phase_action
=
TRUE
;
if
(
clit
.
opinfos
.
count
(
0x200
))
{
if
(
clit
.
opinfos
.
count
(
0x200
)
&&
clit
.
opinfos
[
0x200
].
op_count
)
{
core
.
spsummon_rst
=
true
;
core
.
spsummon_rst
=
true
;
set_spsummon_counter
(
clit
.
triggering_player
,
true
,
true
);
set_spsummon_counter
(
clit
.
triggering_player
,
true
,
true
);
if
(
clit
.
opinfos
[
0x200
].
op_player
==
PLAYER_ALL
)
if
(
clit
.
opinfos
[
0x200
].
op_player
==
PLAYER_ALL
)
...
@@ -4622,7 +4622,7 @@ int32 field::solve_chain(uint16 step, uint32 chainend_arg1, uint32 chainend_arg2
...
@@ -4622,7 +4622,7 @@ int32 field::solve_chain(uint16 step, uint32 chainend_arg1, uint32 chainend_arg2
}
}
case
4
:
{
case
4
:
{
if
(
core
.
units
.
begin
()
->
arg4
==
0
)
{
if
(
core
.
units
.
begin
()
->
arg4
==
0
)
{
if
(
cait
->
opinfos
.
count
(
0x200
))
{
if
(
cait
->
opinfos
.
count
(
0x200
)
&&
cait
->
opinfos
[
0x200
].
op_count
)
{
if
(
core
.
spsummon_state_count_tmp
[
cait
->
triggering_player
]
==
core
.
spsummon_state_count
[
cait
->
triggering_player
])
if
(
core
.
spsummon_state_count_tmp
[
cait
->
triggering_player
]
==
core
.
spsummon_state_count
[
cait
->
triggering_player
])
set_spsummon_counter
(
cait
->
triggering_player
);
set_spsummon_counter
(
cait
->
triggering_player
);
if
(
cait
->
opinfos
[
0x200
].
op_player
==
PLAYER_ALL
&&
core
.
spsummon_state_count_tmp
[
1
-
cait
->
triggering_player
]
==
core
.
spsummon_state_count
[
1
-
cait
->
triggering_player
])
if
(
cait
->
opinfos
[
0x200
].
op_player
==
PLAYER_ALL
&&
core
.
spsummon_state_count_tmp
[
1
-
cait
->
triggering_player
]
==
core
.
spsummon_state_count
[
1
-
cait
->
triggering_player
])
...
...
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