Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
purerosefallen committed Jun 5, 2018
1 parent 896bfa2 commit d54ecbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion gframe/client_card.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 1 addition & 0 deletions gframe/client_field.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d54ecbe

Please sign in to comment.