Call the standalone level 00, not 99
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Mon, 29 Nov 2010 19:00:46 +0000 (19:00 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Mon, 29 Nov 2010 19:00:46 +0000 (19:00 +0000)
Also very important.

git-svn-id: https://s.snth.net/svn/neverball/trunk@3385 78b8d119-cf0a-0410-b17c-f493084dd1d7

ball/level.c

index a88f8fc..6026620 100644 (file)
@@ -136,7 +136,7 @@ int level_load(const char *filename, struct level *level)
     }
 
     SAFECPY(level->file, filename);
-    SAFECPY(level->name, "99");
+    SAFECPY(level->name, "00");
 
     score_init_hs(&level->scores[SCORE_TIME], 59999, 0);
     score_init_hs(&level->scores[SCORE_GOAL], 59999, 0);