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 !
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.
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