From: Peep P. <so...@us...> - 2004-03-18 20:55:15
|
Update of /cvsroot/agd/server/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1270 Modified Files: net.h Log Message: Cleanup. Index: net.h =================================================================== RCS file: /cvsroot/agd/server/src/net.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- net.h 15 Mar 2004 18:50:10 -0000 1.8 +++ net.h 18 Mar 2004 20:45:33 -0000 1.9 @@ -26,7 +26,6 @@ char recvbuf[NET_RECEIVEBUF]; enum { DISCONNECTED = -1, DEFAULT, CONNECTED } state; time_t last_active; -/* unsigned long int idle;*/ } player_connection_t; typedef struct player_t { |