diff -r e715694b0f47 -r 46553c106c52 animpoint.cpp --- a/animpoint.cpp Sat Mar 06 20:05:02 2010 +0000 +++ b/animpoint.cpp Mon Mar 22 15:37:23 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