Fix long lines. No functional changes.
This commit is contained in:
parent
ba2c537ce5
commit
4836f6c543
29 changed files with 141 additions and 79 deletions
|
@ -135,7 +135,8 @@ upda(void)
|
|||
if (*update_demandtimes != 0)
|
||||
pr("Demand updates are allowed during: %s\n",
|
||||
update_demandtimes);
|
||||
pr("Demand updates require %d country(s) to want one.\n", update_wantmin);
|
||||
pr("Demand updates require %d country(s) to want one.\n",
|
||||
update_wantmin);
|
||||
}
|
||||
}
|
||||
if (*game_days != 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue