a try to set the Secrets tab of the help screen
[neverball] / ball / st_conf.c
index 988fd9d..d203242 100644 (file)
@@ -379,7 +379,7 @@ static int null_enter(void)
     swch_free();
     jump_free();
     goal_free();
-    coin_free();
+    item_free();
     ball_free();
     shad_free();
     part_free();
@@ -394,7 +394,7 @@ static void null_leave(int id)
     part_init(GOAL_HEIGHT);
     shad_init();
     ball_init(g);
-    coin_init(g);
+    item_init(g);
     goal_init(g);
     jump_init(g);
     swch_init(g);