Replace strong level path from replay with a couple (name/version) of the level.
[neverball] / ball / main.c
index 0077026..35fa3cf 100644 (file)
@@ -416,6 +416,10 @@ int main(int argc, char *argv[])
 
     SDL_WM_SetCaption(TITLE, TITLE);
 
+    /* Load levels and sets. */
+
+    set_init();
+    
     /* Initialize the run state. */
 
     init_state(&st_null);