Break long lines more tastefully
This commit is contained in:
parent
373651359e
commit
7465574195
28 changed files with 69 additions and 92 deletions
|
@ -213,8 +213,7 @@ starve_some(short *vec, i_type whom, int num)
|
|||
* Truncate any extra people that may be around
|
||||
*/
|
||||
static void
|
||||
trunc_people(struct sctstr *sp, struct natstr *np,
|
||||
short *vec)
|
||||
trunc_people(struct sctstr *sp, struct natstr *np, short *vec)
|
||||
{
|
||||
int maxpop = max_pop(np->nat_level[NAT_RLEV], sp);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue