Replace commented out code in coll() by a suitable comment

This commit is contained in:
Markus Armbruster 2008-05-31 18:25:35 +02:00
parent 64f44e9904
commit 6e998a46e2

View file

@ -108,9 +108,10 @@ coll(void)
}
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. */
/* (void) takeover(&sect, player->cnum);*/
/*
* Used to call takeover() here a long time ago, but that does
* unwanted things, like generate che.
*/
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);
sect.sct_own = player->cnum;