Remove some commented out code that is obviously useless.
This commit is contained in:
parent
41327b44ca
commit
b6f1f90fdb
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue