X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=ball%2Fprogress.c;h=3477e6375e71468aa6f4b1d31ab9ae3e5ccc5221;hb=428f34e4b4486c5e3714abdbcc234b05215c8e4a;hp=b6626f6ee054ba8039ec18c1037558898406d7be;hpb=db3ba9368ea520891c6c650e89356d6fbbf81055;p=neverball diff --git a/ball/progress.c b/ball/progress.c index b6626f6..3477e63 100644 --- a/ball/progress.c +++ b/ball/progress.c @@ -206,7 +206,9 @@ void progress_stat(int s) next++) /* Do nothing. */; - curr.balls--; + curr.times += timer; + curr.balls -= 1; + break; }