diff -r be6690c337fb -r 0b62498c201a hedgewars/uGears.pas --- a/hedgewars/uGears.pas Thu Oct 15 19:38:18 2009 +0000 +++ b/hedgewars/uGears.pas Thu Oct 15 21:47:05 2009 +0000 @@ -621,6 +621,9 @@ stNTurn: begin if isInMultiShoot then isInMultiShoot:= false else begin + // delayed till after 0.9.12 + // reset to default zoom + //ZoomValue:= ZoomDefault; ResetUtilities; FreeActionsList; // could send -left, -right and similar commands, so should be called before /nextturn