changeset 5247 | bf6d4bc531d2 |
parent 5238 | 46ddaf14509d |
child 5294 | 67278f1cba2c |
--- 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;