Commit 8ea4a753 authored by mercury233's avatar mercury233

fix

parent 579a1c08
...@@ -711,6 +711,7 @@ bool ClientField::OnEvent(const irr::SEvent& event) { ...@@ -711,6 +711,7 @@ bool ClientField::OnEvent(const irr::SEvent& event) {
while(spsummonable_cards[index] != command_card) index++; while(spsummonable_cards[index] != command_card) index++;
DuelClient::SetResponseI((index << 16) + 1); DuelClient::SetResponseI((index << 16) + 1);
mainGame->HideElement(mainGame->wCardSelect, true); mainGame->HideElement(mainGame->wCardSelect, true);
ShowCancelOrFinishButton(0);
break; break;
} }
if(list_command == COMMAND_ACTIVATE || list_command == COMMAND_OPERATION) { if(list_command == COMMAND_ACTIVATE || list_command == COMMAND_OPERATION) {
......
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