diff -r 1b408b965c01 -r bf6d4bc531d2 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Tue Jun 21 16:42:04 2011 +0400 +++ b/hedgewars/uVariables.pas Tue Jun 21 16:43:05 2011 +0400 @@ -62,6 +62,7 @@ isFirstFrame : boolean; fastUntilLag : boolean; + autoCameraOn : boolean; GameState : TGameState; GameType : TGameType; @@ -2356,6 +2357,7 @@ fastUntilLag := false; isFirstFrame := true; isSEBackup := true; + autoCameraOn := true; cSeed := ''; cVolumeDelta := 0; cHasFocus := true;