Fixed the problem that in a rare case, a set is downloaded and the neverballrc is...
[neverball] / ball / st_fall_out.c
index ec3b177..d68f110 100644 (file)
@@ -130,8 +130,8 @@ static void fall_out_timer(int id, float dt)
 
     if (time_state() < 2.f)
     {
+        demo_play_step();
         game_step(g, dt, 0);
-        demo_play_step(dt);
     }
 
     gui_timer(id, dt);
@@ -166,6 +166,7 @@ struct state st_fall_out = {
     fall_out_timer,
     shared_point,
     shared_stick,
+    NULL,
     shared_click,
     NULL,
     fall_out_buttn,