Commit 19c7c691 authored by wind2009's avatar wind2009

Merge branch 'develop' into develop-8888

parents 9a7067cb 0de537f3
...@@ -2276,9 +2276,6 @@ void card::reset(uint32 id, uint32 reset_type) { ...@@ -2276,9 +2276,6 @@ void card::reset(uint32 id, uint32 reset_type) {
cmit = counters.erase(cmit); cmit = counters.erase(cmit);
} }
} }
if(id & RESET_TURN_SET) {
refresh_control_status();
}
} }
for (auto i = indexer.begin(); i != indexer.end();) { for (auto i = indexer.begin(); i != indexer.end();) {
auto rm = i++; auto rm = i++;
......
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