Fix ugly line breaks.
This commit is contained in:
parent
a53c6e74c4
commit
7f000ce9cc
2 changed files with 3 additions and 4 deletions
|
@ -132,8 +132,7 @@ repo_list(struct stats *stat, natid cn, struct natstr *natp)
|
|||
prxy(" %4d,%-4d\n", natp->nat_xcap, natp->nat_ycap, player->cnum);
|
||||
return;
|
||||
}
|
||||
switch (natp->
|
||||
nat_stat & (STAT_NORM | STAT_GOD | STAT_NEW | STAT_SANCT)) {
|
||||
switch (natp->nat_stat & (STAT_NORM | STAT_GOD | STAT_NEW | STAT_SANCT)) {
|
||||
case STAT_NORM:
|
||||
case (STAT_NORM | STAT_SANCT):
|
||||
pr(" %-3d %-14.14s ", cn, natp->nat_cnam);
|
||||
|
|
|
@ -95,7 +95,7 @@ struct empfile empfile[] = {
|
|||
{"commodity", "commodity", 0,
|
||||
0, sizeof(struct comstr), 0, 0, 0, 0,
|
||||
-1, -1, 0, 0, 0, 0, 0},
|
||||
{"lost", "lostitems", 0, 0,
|
||||
sizeof(struct loststr), 0, 0, 0, 0,
|
||||
{"lost", "lostitems", 0,
|
||||
0, sizeof(struct loststr), 0, 0, 0, 0,
|
||||
-1, -1, 0, 0, 0, 0, 0}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue