changeset 6304 | 3036c242b19d |
parent 6254 | e90fb60cb46d |
child 6313 | 12567f6f6f02 |
--- a/hedgewars/uCommandHandlers.pas Sun Nov 06 13:00:25 2011 -0500 +++ b/hedgewars/uCommandHandlers.pas Sun Nov 06 13:17:42 2011 -0500 @@ -527,7 +527,7 @@ else begin AddCaption('Auto Camera On', $CCCCCC, capgrpVolume); bShowFinger:= true; - FollowGear:= CurrentHedgehog^.Gear; + if not CurrentHedgehog^.Unplaced then FollowGear:= CurrentHedgehog^.Gear; autoCameraOn:= true end end;