small change to tidy up level info files
[rocksndiamonds.git] / src / libgame / setup.c
index ab8ecd37e01275ef5e08937df43f9b9be80b8509..d857883730534d1ce66596dbc418270bbf603380 100644 (file)
@@ -3612,7 +3612,8 @@ boolean CreateUserLevelSet(char *level_subdir,
       fprintf(file, "%s\n", getSetupLine(levelinfo_tokens, "", i));
 
     /* just to make things nicer :) */
-    if (i == LEVELINFO_TOKEN_AUTHOR)
+    if (i == LEVELINFO_TOKEN_AUTHOR ||
+       i == LEVELINFO_TOKEN_FIRST_LEVEL)
       fprintf(file, "\n");     
   }