hedgewars/uGears.pas
changeset 2468 0b62498c201a
parent 2460 ac0c497fb842
child 2488 1e48275a52b6
--- 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