]> git.pond.sub.org Git - empserver/commitdiff
Replace commented out code in coll() by a suitable comment
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 31 May 2008 16:25:35 +0000 (18:25 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 31 May 2008 16:25:35 +0000 (18:25 +0200)
src/lib/commands/coll.c

index d9af0e1cbc25c361e67eeb39ca7f7de942e70cf9..04a51c6e5c82d706ca7136db55156dceb5140deb 100644 (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;