(do_conv) Remove CR.

This commit is contained in:
Ron Koenderink 2005-10-20 14:52:18 +00:00
parent 5c11488a2d
commit 9180b23cfa

View file

@ -87,7 +87,7 @@ do_conv(struct nstr_sect nstr, int uwtoconvert, int for_real)
continue;
if (sect.sct_oldown == player->cnum)
continue;
natp = getnatp(sect.sct_own);
natp = getnatp(sect.sct_own);
maxpop = max_pop(natp->nat_level[NAT_RLEV], &sect);
civ = sect.sct_item[I_CIVIL];
mil = sect.sct_item[I_MILIT];