Deny playing bonus levels in any mode, including challenge mode. Todo: inform the...
[neverball] / ball / st_shared.c
index 65c2aca..af878bc 100644 (file)
@@ -35,11 +35,11 @@ void shared_paint(int id, float st)
 void shared_timer(int id, float dt)
 {
     gui_timer(id, dt);
-    audio_timer(dt);
 }
 
-int shared_point_basic(int id, int x, int y)
 /* Pulse, activate and return the active id (if changed)*/
+
+int shared_point_basic(int id, int x, int y)
 {
     int jd = gui_point(id, x, y);
     if (jd)