Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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
YGOPRO-520DIY
ygopro
Commits
ee7fa4f5
Commit
ee7fa4f5
authored
Jun 30, 2025
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
f9935999
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gframe/single_mode.cpp
gframe/single_mode.cpp
+2
-2
No files found.
gframe/single_mode.cpp
View file @
ee7fa4f5
...
...
@@ -57,8 +57,8 @@ int SingleMode::SinglePlayThread() {
set_registry_value
(
pduel
,
"start_lp"
,
std
::
to_string
(
start_lp
).
c_str
());
set_registry_value
(
pduel
,
"start_hand"
,
std
::
to_string
(
start_hand
).
c_str
());
set_registry_value
(
pduel
,
"draw_count"
,
std
::
to_string
(
draw_count
).
c_str
());
set_registry_value
(
pduel
,
"player_type_0"
,
swapped
?
"1"
:
"0"
);
set_registry_value
(
pduel
,
"player_type_1"
,
swapped
?
"0"
:
"1"
);
set_registry_value
(
pduel
,
"player_type_0"
,
"0"
);
set_registry_value
(
pduel
,
"player_type_1"
,
"1"
);
set_player_info
(
pduel
,
0
,
start_lp
,
start_hand
,
draw_count
);
set_player_info
(
pduel
,
1
,
start_lp
,
start_hand
,
draw_count
);
preload_script
(
pduel
,
"./script/special.lua"
);
...
...
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