Skip to content

Commit

Permalink
improved readability of long species names in *.map file
Browse files Browse the repository at this point in the history
  • Loading branch information
RolfSander committed Jul 6, 2022
1 parent ed756e6 commit 23a6d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gen.c
Original file line number Diff line number Diff line change
Expand Up @@ -2641,7 +2641,7 @@ char buf[100];
sprintf( buf, "%s (r)", SpeciesTable[ Code[j] ].name );
else
sprintf( buf, "%s (n)", SpeciesTable[ Code[j] ].name );
WriteAll("%3d = %-10s", 1 + i, buf );
WriteAll("%4d = %-23s", 1 + i, buf );
FlushBuf();
}

Expand Down

0 comments on commit 23a6d84

Please sign in to comment.