Commit 6f7d0337 authored by mercury233's avatar mercury233

fix

parent f5e317b3
...@@ -1333,6 +1333,7 @@ void Game::ShowCardInfo(int code, bool resize) { ...@@ -1333,6 +1333,7 @@ void Game::ShowCardInfo(int code, bool resize) {
} }
void Game::ShowCardNoInfo(int player) { void Game::ShowCardNoInfo(int player) {
imgCard->setImage(imageManager.tCover[player]); imgCard->setImage(imageManager.tCover[player]);
showingcode = 0;
stName->setText(L""); stName->setText(L"");
stInfo->setText(L""); stInfo->setText(L"");
stDataInfo->setText(L""); stDataInfo->setText(L"");
......
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