Commit 8375b685 authored by 苍蓝's avatar 苍蓝

start_hand to 4

parent 258c1404
Pipeline #28078 failed with stages
in 1 minute and 58 seconds
...@@ -143,7 +143,7 @@ void DuelClient::ClientEvent(bufferevent *bev, short events, void *ctx) { ...@@ -143,7 +143,7 @@ void DuelClient::ClientEvent(bufferevent *bev, short events, void *ctx) {
BufferIO::CopyWStr(L"", cscg.pass, 20); BufferIO::CopyWStr(L"", cscg.pass, 20);
cscg.info.rule = 5; cscg.info.rule = 5;
cscg.info.mode = 0; cscg.info.mode = 0;
cscg.info.start_hand = 5; cscg.info.start_hand = 4;
cscg.info.start_lp = 8000; cscg.info.start_lp = 8000;
cscg.info.draw_count = 1; cscg.info.draw_count = 1;
cscg.info.time_limit = 0; cscg.info.time_limit = 0;
......
...@@ -30,7 +30,7 @@ void SingleMode::SetResponse(unsigned char* resp, unsigned int len) { ...@@ -30,7 +30,7 @@ void SingleMode::SetResponse(unsigned char* resp, unsigned int len) {
} }
int SingleMode::SinglePlayThread() { int SingleMode::SinglePlayThread() {
const int start_lp = 8000; const int start_lp = 8000;
const int start_hand = 5; const int start_hand = 4;
const int draw_count = 1; const int draw_count = 1;
mainGame->dInfo.Clear(); mainGame->dInfo.Clear();
int opt = 0; int opt = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment