Update of /cvsroot/netrek/server/Vanilla/robotd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26876/robotd Modified Files: defs.h struct.h Log Message: bays Index: defs.h =================================================================== RCS file: /cvsroot/netrek/server/Vanilla/robotd/defs.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- defs.h 28 Sep 2005 12:14:05 -0000 1.2 +++ defs.h 10 Apr 2006 10:56:33 -0000 1.3 @@ -40,7 +40,6 @@ #define DOCKDIST 600 #define DOCKSPEED 2 /* If base is moving, there will be some finesse involved to dock */ -#define NUMPORTS 4 #define SBFUELMIN 10000 /* If starbase's fuel is less than this, it will not refuel docked vessels */ #define TRACTDIST 6000 /* maximum effective tractor beam range */ Index: struct.h =================================================================== RCS file: /cvsroot/netrek/server/Vanilla/robotd/struct.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- struct.h 21 Mar 2005 05:23:45 -0000 1.1 +++ struct.h 10 Apr 2006 10:56:33 -0000 1.2 @@ -199,9 +199,6 @@ short p_planets; /* planets taken this game */ short p_armsbomb; /* armies bombed this game */ int p_ghostbuster; - int p_docked; /* If starbase, # docked to, else pno base host */ - int p_port[4]; /* If starbase, pno of ship docked to that port, - else p_port[0] = port # docked to on host. */ short p_tractor; /* What player is in tractor lock */ int p_pos; /* My position in the player file */ };