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
6f0ed26c
Commit
6f0ed26c
authored
Sep 30, 2016
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit
parent
48fbfa17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
processor.cpp
processor.cpp
+3
-3
No files found.
processor.cpp
View file @
6f0ed26c
...
...
@@ -2933,7 +2933,7 @@ int32 field::process_battle_command(uint16 step) {
return
FALSE
;
}
case
4
:
{
//
confirm attack_
target(replay start point)
//
select attack
target(replay start point)
core
.
attack_player
=
FALSE
;
core
.
select_cards
.
clear
();
auto
atype
=
get_attack_target
(
core
.
attacker
,
&
core
.
select_cards
,
core
.
chain_attack
);
...
...
@@ -3163,7 +3163,7 @@ int32 field::process_battle_command(uint16 step) {
return
FALSE
;
}
case
20
:
{
//
infos.phase =
PHASE_DAMAGE;
//
start of
PHASE_DAMAGE;
pduel
->
write_buffer8
(
MSG_DAMAGE_STEP_START
);
raise_single_event
(
core
.
attacker
,
0
,
EVENT_BATTLE_START
,
0
,
0
,
0
,
0
,
0
);
if
(
core
.
attack_target
)
...
...
@@ -3235,7 +3235,7 @@ int32 field::process_battle_command(uint16 step) {
return
FALSE
;
}
case
24
:
{
//
infos.phase =
PHASE_DAMAGE_CAL;
// PHASE_DAMAGE_CAL;
calculate_battle_damage
(
0
,
0
,
0
);
raise_single_event
(
core
.
attacker
,
0
,
EVENT_PRE_DAMAGE_CALCULATE
,
0
,
0
,
0
,
0
,
0
);
if
(
core
.
attack_target
)
...
...
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