Bug 54097

Summary: ball goes outside external red limit
Product: [Applications] kolf Reporter: Laurent Colonges <listeslolo>
Component: generalAssignee: Jason Katz-Brown <jasonkb>
Status: RESOLVED FIXED    
Severity: normal CC: esigra
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: patch for Hard.kolf

Description Laurent Colonges 2003-02-04 21:56:07 UTC
Version:            (using KDE KDE 3.1)
Installed from:    Compiled From Sources
Compiler:          gcc 3.2 
OS:          Linux

On hard course, hole 5, one of the three floating squares can make the ball go outside the red limit, on the right.

Great game, thanks !
Comment 1 Paul Broadbent 2006-09-03 11:36:35 UTC
Created attachment 17625 [details]
patch for Hard.kolf

Bug fixed by moving the start point for the offending floater so that it can no
longer push the ball off the edge of the course.
Comment 2 Albert Astals Cid 2006-09-09 16:26:53 UTC
SVN commit 582482 by aacid:

Make the floater not have so big range so it can not put the ball out of the walls.
Patch by Paul Broadbent
BUGS: 54097


 M  +2 -2      Hard.kolf  


--- branches/KDE/3.5/kdegames/kolf/courses/Hard.kolf #582481:582482
@@ -3637,9 +3637,9 @@
 topWallVisible=false
 width=80
 
-[5-floater@309,110|10]
+[5-floater@294,95|10]
 botWallVisible=false
-endPoint=309,110
+endPoint=294,95
 height=40
 leftWallVisible=false
 rightWallVisible=false