Those sets haven't been merged.
[neverball] / ball / st_over.c
index 1d486f3..c455042 100644 (file)
@@ -53,7 +53,6 @@ static void over_timer(int id, float dt)
         goto_state(&st_start);
 
     gui_timer(id, dt);
-    audio_timer(dt);
 }
 
 static int over_click(int b, int d)
@@ -81,6 +80,7 @@ struct state st_over = {
     over_timer,
     NULL,
     NULL,
+    NULL,
     over_click,
     NULL,
     over_buttn,