Commit 541fb33b authored by wind2009's avatar wind2009

Merge remote-tracking branch 'upstream/master'

parents 6fcc1207 cdc86e21
......@@ -343,6 +343,10 @@ int32_t field::draw(uint16_t step, effect* reason_effect, uint32_t reason, uint8
returns.ivalue[0] = 0;
return TRUE;
}
if(count == 0) {
returns.ivalue[0] = 0;
return TRUE;
}
core.overdraw[playerid] = FALSE;
for(int32_t i = 0; i < count; ++i) {
if(player[playerid].list_main.empty()) {
......
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