mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-04 09:47:02 +00:00
undo: fixed Mimics rotation
This commit is contained in:
parent
796975e8c7
commit
ca60e463b3
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user