moved savelevel() code to level.h/c where it belongs to. :)
[supertux.git] / src / high_scores.c
index 9862000..4327b83 100644 (file)
@@ -66,7 +66,7 @@ void load_hs(void)
   char temp[128];
   hs_score = 100;
   int c, strl;
-  strcpy(hs_name, "Grandma");
+  strcpy(hs_name, "Grandma\0");
   c = 0;
   
   /* Try to open file: */