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
bdfe3d7c
Commit
bdfe3d7c
authored
Sep 05, 2016
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
e2363205
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
processor.cpp
processor.cpp
+1
-1
No files found.
processor.cpp
View file @
bdfe3d7c
...
@@ -3120,7 +3120,6 @@ int32 field::process_battle_command(uint16 step) {
...
@@ -3120,7 +3120,6 @@ int32 field::process_battle_command(uint16 step) {
if(!rollback) {
if(!rollback) {
infos.phase = PHASE_DAMAGE;
infos.phase = PHASE_DAMAGE;
core.chain_attack = FALSE;
core.chain_attack = FALSE;
pduel
->
write_buffer8
(
MSG_DAMAGE_STEP_START
);
core.units.begin()->arg1 = FALSE;
core.units.begin()->arg1 = FALSE;
core.damage_calculated = FALSE;
core.damage_calculated = FALSE;
core.selfdes_disabled = TRUE;
core.selfdes_disabled = TRUE;
...
@@ -3168,6 +3167,7 @@ int32 field::process_battle_command(uint16 step) {
...
@@ -3168,6 +3167,7 @@ int32 field::process_battle_command(uint16 step) {
}
}
case 20: {
case 20: {
//infos.phase = PHASE_DAMAGE;
//infos.phase = PHASE_DAMAGE;
pduel->write_buffer8(MSG_DAMAGE_STEP_START);
raise_single_event(core.attacker, 0, EVENT_BATTLE_START, 0, 0, 0, 0, 0);
raise_single_event(core.attacker, 0, EVENT_BATTLE_START, 0, 0, 0, 0, 0);
if(core.attack_target)
if(core.attack_target)
raise_single_event(core.attack_target, 0, EVENT_BATTLE_START, 0, 0, 0, 0, 1);
raise_single_event(core.attack_target, 0, EVENT_BATTLE_START, 0, 0, 0, 0, 1);
...
...
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