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
b840d9c1
Commit
b840d9c1
authored
Sep 29, 2022
by
mercury233
Committed by
GitHub
Sep 29, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix EVENT_PREDRAW (#476)
parent
602ffdac
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 @
b840d9c1
...
@@ -1473,7 +1473,7 @@ int32 field::process_point_event(int16 step, int32 skip_trigger, int32 skip_free
...
@@ -1473,7 +1473,7 @@ int32 field::process_point_event(int16 step, int32 skip_trigger, int32 skip_free
if
(
!
core
.
hand_adjusted
)
if
(
!
core
.
hand_adjusted
)
add_process
(
PROCESSOR_QUICK_EFFECT
,
0
,
0
,
0
,
skip_freechain
,
infos
.
turn_player
);
add_process
(
PROCESSOR_QUICK_EFFECT
,
0
,
0
,
0
,
skip_freechain
,
infos
.
turn_player
);
}
else
}
else
add_process
(
PROCESSOR_QUICK_EFFECT
,
0
,
0
,
0
,
skip_freechain
,
1
-
core
.
current_chain
.
back
().
triggering_player
);
add_process
(
PROCESSOR_QUICK_EFFECT
,
0
,
0
,
0
,
FALSE
,
1
-
core
.
current_chain
.
back
().
triggering_player
);
return
FALSE
;
return
FALSE
;
}
}
case
10
:
{
case
10
:
{
...
@@ -3742,7 +3742,7 @@ int32 field::process_turn(uint16 step, uint8 turn_player) {
...
@@ -3742,7 +3742,7 @@ int32 field::process_turn(uint16 step, uint8 turn_player) {
pduel
->
write_buffer8
(
turn_player
);
pduel
->
write_buffer8
(
turn_player
);
pduel
->
write_buffer32
(
27
);
pduel
->
write_buffer32
(
27
);
if
(
core
.
new_fchain
.
size
()
||
core
.
new_ochain
.
size
())
if
(
core
.
new_fchain
.
size
()
||
core
.
new_ochain
.
size
())
add_process
(
PROCESSOR_POINT_EVENT
,
0
,
0
,
0
,
0
,
0
);
add_process
(
PROCESSOR_POINT_EVENT
,
0
,
0
,
0
,
0
x100
,
TRUE
);
return
FALSE
;
return
FALSE
;
}
}
case
2
:
{
case
2
:
{
...
...
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