Commit a3156b2d authored by mercury233's avatar mercury233

fix

parent 2aa65a0a
......@@ -1466,8 +1466,10 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
if (mainGame->dField.select_cancelable) {
if (count2 == 0)
mainGame->dField.ShowCancelOrFinishButton(1);
else
else {
mainGame->dField.select_ready = true;
mainGame->dField.ShowCancelOrFinishButton(2);
}
}
else
mainGame->dField.ShowCancelOrFinishButton(0);
......
Subproject commit cf3e356b2ea0bf269cd3d93d70a3e0fcdb39f497
Subproject commit b2c4ad93e54a356738cf43a66beeb402bf43cd21
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