network_server.c
changeset 841 4874b9ce2765
parent 839 107695a38570
child 903 a301a264e0fc
equal deleted inserted replaced
840:10fbbdd22777 841:4874b9ce2765
  1067 //  packet it is matches against this array
  1067 //  packet it is matches against this array
  1068 //  and that way the right function to handle that
  1068 //  and that way the right function to handle that
  1069 //  packet is found.
  1069 //  packet is found.
  1070 static NetworkServerPacket* const _network_server_packet[] = {
  1070 static NetworkServerPacket* const _network_server_packet[] = {
  1071 	NULL, /*PACKET_SERVER_FULL,*/
  1071 	NULL, /*PACKET_SERVER_FULL,*/
       
  1072 	NULL, /*PACKET_SERVER_BANNED,*/
  1072 	RECEIVE_COMMAND(PACKET_CLIENT_JOIN),
  1073 	RECEIVE_COMMAND(PACKET_CLIENT_JOIN),
  1073 	NULL, /*PACKET_SERVER_ERROR,*/
  1074 	NULL, /*PACKET_SERVER_ERROR,*/
  1074 	RECEIVE_COMMAND(PACKET_CLIENT_COMPANY_INFO),
  1075 	RECEIVE_COMMAND(PACKET_CLIENT_COMPANY_INFO),
  1075 	NULL, /*PACKET_SERVER_COMPANY_INFO,*/
  1076 	NULL, /*PACKET_SERVER_COMPANY_INFO,*/
  1076 	NULL, /*PACKET_SERVER_CLIENT_INFO,*/
  1077 	NULL, /*PACKET_SERVER_CLIENT_INFO,*/