Correct logic of BSP back/front tests
[neverball] / ball / progress.c
index b6626f6..3477e63 100644 (file)
@@ -206,7 +206,9 @@ void progress_stat(int s)
              next++)
             /* Do nothing. */;
 
-        curr.balls--;
+        curr.times += timer;
+        curr.balls -= 1;
+
         break;
     }