Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygo-agent
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
Biluo Shen
ygo-agent
Commits
38c7748d
Commit
38c7748d
authored
May 09, 2024
by
sbl1996@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
temporal fix for multi_select error
parent
1de9f8cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
ygoenv/ygoenv/ygopro/ygopro.h
ygoenv/ygoenv/ygopro/ygopro.h
+6
-2
No files found.
ygoenv/ygoenv/ygopro/ygopro.h
View file @
38c7748d
...
...
@@ -1837,9 +1837,13 @@ public:
}
else
{
// TODO: find the root cause
fmt
::
println
(
"options: {}, idx: {}, option: {}"
,
options_
,
idx
,
option
);
if
(
std
::
find
(
options_
.
begin
(),
options_
.
end
(),
"f"
)
!=
options_
.
end
())
{
finish
=
true
;
ms_idx_
=
-
1
;
resp_buf_
[
0
]
=
ms_min_
;
for
(
int
i
=
0
;
i
<
ms_min_
;
++
i
)
{
resp_buf_
[
i
+
1
]
=
i
;
}
YGO_SetResponseb
(
pduel_
,
resp_buf_
);
return
;
}
}
if
(
finish
)
{
...
...
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