Replace commented out code in coll() by a suitable comment
This commit is contained in:
parent
64f44e9904
commit
6e998a46e2
1 changed files with 4 additions and 3 deletions
|
@ -108,9 +108,10 @@ coll(void)
|
||||||
}
|
}
|
||||||
sect.sct_item[I_MILIT] = 1; /* FIXME now where did this guy come from? */
|
sect.sct_item[I_MILIT] = 1; /* FIXME now where did this guy come from? */
|
||||||
|
|
||||||
/* Consider modifying takeover to take a "no che" argument and
|
/*
|
||||||
putting using it here again. */
|
* Used to call takeover() here a long time ago, but that does
|
||||||
/* (void) takeover(§, player->cnum);*/
|
* unwanted things, like generate che.
|
||||||
|
*/
|
||||||
makelost(EF_SECTOR, sect.sct_own, 0, sect.sct_x, sect.sct_y);
|
makelost(EF_SECTOR, sect.sct_own, 0, sect.sct_x, sect.sct_y);
|
||||||
makenotlost(EF_SECTOR, player->cnum, 0, sect.sct_x, sect.sct_y);
|
makenotlost(EF_SECTOR, player->cnum, 0, sect.sct_x, sect.sct_y);
|
||||||
sect.sct_own = player->cnum;
|
sect.sct_own = player->cnum;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue