Summary: | ball goes outside external red limit | ||
---|---|---|---|
Product: | [Applications] kolf | Reporter: | Laurent Colonges <listeslolo> |
Component: | general | Assignee: | 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: | ||
Sentry Crash Report: | |||
Attachments: | patch for Hard.kolf |
Description
Laurent Colonges
2003-02-04 21:56:07 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.
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 |