Commit cc984044 authored by Chen Bill's avatar Chen Bill

fix remove xyz material animation

parent 3d16c30a
...@@ -229,12 +229,12 @@ void ClientField::AddCard(ClientCard* pcard, int controler, int location, int se ...@@ -229,12 +229,12 @@ void ClientField::AddCard(ClientCard* pcard, int controler, int location, int se
} }
case LOCATION_GRAVE: { case LOCATION_GRAVE: {
grave[controler].push_back(pcard); grave[controler].push_back(pcard);
ResetSequence(grave[controler], true); ResetSequence(grave[controler], false);
break; break;
} }
case LOCATION_REMOVED: { case LOCATION_REMOVED: {
remove[controler].push_back(pcard); remove[controler].push_back(pcard);
ResetSequence(remove[controler], true); ResetSequence(remove[controler], false);
break; break;
} }
case LOCATION_EXTRA: { case LOCATION_EXTRA: {
......
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