@@ -5366,7 +5366,8 @@ EX void animateMovement(const movei& m, int layer) {
if(found_s){
a=animations[layer][m.s];
a.wherenow=T*a.wherenow;
animations[layer].erase(m.s);
if(m.s!=m.t)
animations[layer].erase(m.s);
a.attacking=0;
}
else{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.