Commit 73e95a2b authored by 苍蓝's avatar 苍蓝

hand to 4

parent ee7fa4f5
Pipeline #38481 failed with stages
in 2 minutes and 21 seconds
This diff is collapsed.
......@@ -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;
......
......@@ -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;
......
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