1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-29 17:02:11 +00:00

more movei

This commit is contained in:
Zeno Rogue
2019-11-22 18:48:51 +01:00
parent e6853e6540
commit bf584b5429
8 changed files with 69 additions and 73 deletions
+1 -1
View File
@@ -530,7 +530,7 @@ void moved() {
cwt.spin = neighborId(centerover, cwt.at);
flipplayer = true;
}
animateMovement(cwt.at, centerover, LAYER_SMALL, NODIR);
animateMovement(match(cwt.at, centerover), LAYER_SMALL);
cwt.at = centerover;
save_memory();
return;