Commit e4cdeccd authored by mercury233's avatar mercury233 Committed by DailyShana

fix show cancel button (#1853)

parent d9ba8302
...@@ -835,6 +835,8 @@ bool ClientField::OnEvent(const irr::SEvent& event) { ...@@ -835,6 +835,8 @@ bool ClientField::OnEvent(const irr::SEvent& event) {
break; break;
} else { } else {
mainGame->HideElement(mainGame->wCardSelect); mainGame->HideElement(mainGame->wCardSelect);
if(mainGame->dInfo.curMsg == MSG_SELECT_CHAIN && !chain_forced)
ShowCancelOrFinishButton(1);
break; break;
} }
break; break;
......
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