Commit e863104a authored by nanahira's avatar nanahira

format

parent 139c5091
...@@ -951,12 +951,11 @@ void DeckBuilder::FilterCards() { ...@@ -951,12 +951,11 @@ void DeckBuilder::FilterCards() {
} }
} }
} }
if (is_target) { if (is_target)
results.push_back(ptr); results.push_back(ptr);
} else { else
continue; continue;
} }
}
myswprintf(result_string, L"%d", results.size()); myswprintf(result_string, L"%d", results.size());
if(results.size() > 7) { if(results.size() > 7) {
mainGame->scrFilter->setVisible(true); mainGame->scrFilter->setVisible(true);
......
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