diff --git a/src/lib/commands/coll.c b/src/lib/commands/coll.c index d9af0e1c..04a51c6e 100644 --- a/src/lib/commands/coll.c +++ b/src/lib/commands/coll.c @@ -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(§, 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;