Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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-2pick
Commits
d26fd747
Commit
d26fd747
authored
Jan 19, 2015
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: processor
parent
00392767
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
ocgcore/processor.cpp
ocgcore/processor.cpp
+5
-4
No files found.
ocgcore/processor.cpp
View file @
d26fd747
...
@@ -4695,10 +4695,10 @@ int32 field::solve_chain(uint16 step, uint32 skip_new) {
...
@@ -4695,10 +4695,10 @@ int32 field::solve_chain(uint16 step, uint32 skip_new) {
return FALSE;
return FALSE;
}
}
case 3: {
case 3: {
/*
effect* peffect = cait->triggering_effect;
effect* peffect = cait->triggering_effect;
if(core.units.begin()->peffect) {
if(core.units.begin()->peffect) {
peffect->operation = (ptr)core.units.begin()->peffect;
peffect->operation = (ptr)core.units.begin()->peffect;
if(cait->opinfos.count(0x200)) {
/*
if(cait->opinfos.count(0x200)) {
set_spsummon_counter(cait->triggering_player,false);
set_spsummon_counter(cait->triggering_player,false);
if((core.global_flag & GLOBALFLAG_SPSUMMON_ONCE) && (peffect->flag & EFFECT_FLAG_CARD_TARGET)) {
if((core.global_flag & GLOBALFLAG_SPSUMMON_ONCE) && (peffect->flag & EFFECT_FLAG_CARD_TARGET)) {
auto& optarget = cait->opinfos[0x200];
auto& optarget = cait->opinfos[0x200];
...
@@ -4711,8 +4711,9 @@ int32 field::solve_chain(uint16 step, uint32 skip_new) {
...
@@ -4711,8 +4711,9 @@ int32 field::solve_chain(uint16 step, uint32 skip_new) {
}
}
}
}
}
}
}
}*/
} else {
}
/*else {
if(cait->opinfos.count(0x200) && (core.units.begin()->arg2 != core.spsummon_state_count[cait->triggering_player]))
if(cait->opinfos.count(0x200) && (core.units.begin()->arg2 != core.spsummon_state_count[cait->triggering_player]))
set_spsummon_counter(cait->triggering_player, false);
set_spsummon_counter(cait->triggering_player, false);
}*/
}*/
...
...
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