diff -r 07f5345ecae7 -r 110266ba2ef7 hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Thu Jul 02 14:59:27 2009 +0000 +++ b/hedgewars/GSHandlers.inc Fri Jul 03 22:00:32 2009 +0000 @@ -470,7 +470,7 @@ HHGear:=PHedgehog(Gear^.Hedgehog)^.Gear; HHGear^.State:= HHGear^.State or gstNotKickable; HedgehogChAngle(HHGear); -if not cLaserSighting then // game doesn't have default laser sight. turn it on and give them a chance to aim +if not cLaserSighting then // game does not have default laser sight. turn it on and give them a chance to aim begin cLaserSighting:= true; HHGear^.Message:= 0;