X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsetup.c;h=d857883730534d1ce66596dbc418270bbf603380;hp=ab8ecd37e01275ef5e08937df43f9b9be80b8509;hb=d8b93bc26350fed8eef779af50267f9cab93612e;hpb=b73d298732ea8fe62b79ff23b84e8f5c4e0cf7e6 diff --git a/src/libgame/setup.c b/src/libgame/setup.c index ab8ecd37..d8578837 100644 --- a/src/libgame/setup.c +++ b/src/libgame/setup.c @@ -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"); }