Commit abf6c5b1 authored by fallenstardust's avatar fallenstardust

sync ocgcore

parent d9b5b114
......@@ -1805,6 +1805,8 @@ int32 field::get_draw_count(uint8 playerid) {
int32 count = player[playerid].draw_count;
for(int32 i = 0; i < eset.size(); ++i) {
int32 c = eset[i]->get_value();
if(c == 0)
return 0;
if(c > count)
count = c;
}
......
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