Bug 54097 - ball goes outside external red limit
Summary: ball goes outside external red limit
Status: RESOLVED FIXED
Alias: None
Product: kolf
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Jason Katz-Brown
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-04 21:56 UTC by Laurent Colonges
Modified: 2006-09-09 16:26 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch for Hard.kolf (159 bytes, patch)
2006-09-03 11:36 UTC, Paul Broadbent
Details

Note You need to log in before you can comment on or make changes to this bug.
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