undo: fixed Mimics rotation

This commit is contained in:
Zeno Rogue 2020-02-29 19:45:27 +01:00
parent 796975e8c7
commit ca60e463b3
1 changed files with 1 additions and 0 deletions

View File

@ -517,6 +517,7 @@ bool pcmove::actual_move() {
origd = d;
if(d >= 0) {
cwt += d;
dynamicval<bool> b(changes.on, false);
mirror::act(d, mirror::SPINSINGLE);
d = cwt.spin;
}