Commit 08f43271 authored by mercury233's avatar mercury233

fix

parent 68582e00
......@@ -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);
......
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