diff -r e715694b0f47 -r e4a44912646c animpoint.cpp --- a/animpoint.cpp Sat Mar 06 20:05:02 2010 +0000 +++ b/animpoint.cpp Thu Mar 18 11:38:14 2010 +0000 @@ -104,7 +104,7 @@ bool AnimPoint::animate() { - if (!animated) return animated; + if (!animated) return false; n++; if (n>animTicks) { @@ -112,7 +112,7 @@ animated=false; setX (destPos.x() ); setY (destPos.y() ); - return animated; + return false; } // Some math to slow down the movement in the end