Commit d54ecbe2 authored by nanahira's avatar nanahira

move

parent 896bfa2c
......@@ -180,7 +180,6 @@ void ClientCard::UpdateInfo(char* buf) {
link_marker = pdata;
}
}
mainGame->dField.RefreshCardCountDisplay();
}
void ClientCard::ClearTarget() {
for(auto cit = cardTarget.begin(); cit != cardTarget.end(); ++cit) {
......
......@@ -307,6 +307,7 @@ void ClientField::UpdateCard(int controler, int location, int sequence, char* da
ClientCard* pcard = GetCard(controler, location, sequence);
if(pcard)
pcard->UpdateInfo(data + 4);
RefreshCardCountDisplay();
}
void ClientField::UpdateFieldCard(int controler, int location, char* data) {
std::vector<ClientCard*>* lst = 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