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
73e95a2b
Commit
73e95a2b
authored
Jul 03, 2025
by
苍蓝
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hand to 4
parent
ee7fa4f5
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
574 deletions
+2
-574
.gitlab-ci.yml
.gitlab-ci.yml
+0
-572
gframe/duelclient.cpp
gframe/duelclient.cpp
+1
-1
gframe/single_mode.cpp
gframe/single_mode.cpp
+1
-1
No files found.
.gitlab-ci.yml
View file @
73e95a2b
This diff is collapsed.
Click to expand it.
gframe/duelclient.cpp
View file @
73e95a2b
...
...
@@ -149,7 +149,7 @@ void DuelClient::ClientEvent(bufferevent* bev, short events, void* ctx) {
BufferIO::CopyCharArray(L"", cscg.pass);
cscg.info.rule = 5;
cscg.info.mode = 0;
cscg.info.start_hand =
5
;
cscg.info.start_hand =
4
;
cscg.info.start_lp = 8000;
cscg.info.draw_count = 1;
cscg.info.time_limit = 0;
...
...
gframe/single_mode.cpp
View file @
73e95a2b
...
...
@@ -31,7 +31,7 @@ void SingleMode::SetResponse(unsigned char* resp, unsigned int len) {
}
int
SingleMode
::
SinglePlayThread
()
{
const
int
start_lp
=
8000
;
const
int
start_hand
=
5
;
const
int
start_hand
=
4
;
const
int
draw_count
=
1
;
mainGame
->
dInfo
.
Clear
();
int
opt
=
0
;
...
...
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