Commit dbea7f43 authored by nanahira's avatar nanahira Committed by GitHub

fix typo

parent 36152ff1
...@@ -1398,7 +1398,7 @@ int32 card::check_extra_link(card_set* cset, card_set* excset, card_set* linked_ ...@@ -1398,7 +1398,7 @@ int32 card::check_extra_link(card_set* cset, card_set* excset, card_set* linked_
card* pcard = *cit; card* pcard = *cit;
if(cset->find(pcard) != cset->end()) if(cset->find(pcard) != cset->end())
continue; continue;
if(excset->find(pcard) != cset->end()) if(excset->find(pcard) != excset->end())
if(cset->find(this) != cset->end()) if(cset->find(this) != cset->end())
return TRUE; return TRUE;
card_set linked_group2; card_set linked_group2;
......
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