]> git.pond.sub.org Git - empserver/commitdiff
Remove some commented out code that is obviously useless.
authorMarkus Armbruster <armbru@pond.sub.org>
Tue, 11 Oct 2005 19:22:59 +0000 (19:22 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 11 Oct 2005 19:22:59 +0000 (19:22 +0000)
src/lib/commands/foll.c

index 99f35345d7af9adbd88f2f7f0d6faaf1ef558a8a..0f5e1fb4f53803dc4acb176d672e69fa46cd111f 100644 (file)
@@ -93,7 +93,6 @@ foll(void)
        ship.shp_mission = 0;
        *ship.shp_path = 'f';
        ship.shp_path[1] = 0;
-/*             sprintf(ship.shp_path,"f%d",leader);*/
        ship.shp_follow = leader;
        pr("Ship #%d follows #%d.\n", ship.shp_uid, leader);
        putship(ship.shp_uid, &ship);