mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-07 02:42:23 +00:00
undo: fixed Mimics rotation
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user