Deny playing bonus levels in any mode, including challenge mode. Todo: inform the...
[neverball] / ball / st_shared.c
index a2844fa..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)
@@ -74,7 +74,7 @@ int shared_click(int b, int d)
 {
     if (b < 0 && d == 1)
         return st_buttn(config_get_d(CONFIG_JOYSTICK_BUTTON_A), 1);
-    else 
+    else
         return 1;
 }