Commit ec05a818 authored by nanahira's avatar nanahira

Merge branch 'master' of github.com:purerosefallen/ygopro-core

parents 92bb5048 9823d82d
......@@ -1423,7 +1423,7 @@ uint32 card::get_linked_zone() {
return 0;
if(is_link_marker(LINK_MARKER_TOP_LEFT) && s != 0)
zones |= 1u << (s - 1);
if(is_link_marker(LINK_MARKER_TOP) && s != 0)
if(is_link_marker(LINK_MARKER_TOP))
zones |= 1u << s;
if(is_link_marker(LINK_MARKER_TOP_RIGHT) && s != 4)
zones |= 1u << (s + 1);
......
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