equal
deleted
inserted
replaced
619 inc(step) |
619 inc(step) |
620 end; |
620 end; |
621 stNTurn: begin |
621 stNTurn: begin |
622 if isInMultiShoot then isInMultiShoot:= false |
622 if isInMultiShoot then isInMultiShoot:= false |
623 else begin |
623 else begin |
|
624 // delayed till after 0.9.12 |
|
625 // reset to default zoom |
|
626 //ZoomValue:= ZoomDefault; |
624 ResetUtilities; |
627 ResetUtilities; |
625 |
628 |
626 FreeActionsList; // could send -left, -right and similar commands, so should be called before /nextturn |
629 FreeActionsList; // could send -left, -right and similar commands, so should be called before /nextturn |
627 |
630 |
628 ParseCommand('/nextturn', true); |
631 ParseCommand('/nextturn', true); |