mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-08-09 09:08:52 +00:00
used movei in movement animations; also replaced animateReplacement with indAnimateMovement
This commit is contained in:
+1
-1
@@ -2933,7 +2933,7 @@ EX namespace kraken {
|
||||
noconflict = false; */
|
||||
/* if(noconflict) */ {
|
||||
// found = true;
|
||||
indAnimateMovement(acells[i].first, acells[i].second, LAYER_BIG, NOHINT);
|
||||
indAnimateMovement(match(acells[i].first, acells[i].second), LAYER_BIG);
|
||||
acells[i] = acells[isize(acells)-1];
|
||||
acells.resize(isize(acells)-1);
|
||||
i--;
|
||||
|
||||
Reference in New Issue
Block a user