Remove some commented out code that is obviously useless.

This commit is contained in:
Markus Armbruster 2005-10-11 19:22:59 +00:00
parent 41327b44ca
commit b6f1f90fdb

View 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);