mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-08 18:50:15 +00:00
used movei in movement animations; also replaced animateReplacement with indAnimateMovement
This commit is contained in:
@@ -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