Replace strong level path from replay with a couple (name/version) of the level.
[neverball] / ball / st_save.h
index 280715b..e7b5328 100644 (file)
@@ -3,6 +3,6 @@
 
 #include "state.h"
 
-int goto_save(struct state * nextstate);
+int goto_save(struct state *, struct state *);
 
 #endif