Difference for server/commands.c from version 1.31 to 1.32


version 1.31 version 1.32
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_commands_c =   * static char *rcsid_commands_c =
  *   "$Id: commands.c,v 1.31 2002/12/25 06:45:46 garbled Exp $";   *   "$Id: commands.c,v 1.32 2003/01/19 07:12:24 garbled Exp $";
  */   */
   
 /*  /*
Line 188
 
Line 188
   {"bleed", command_bleed, 0.0},    {"bleed", command_bleed, 0.0},
   {"cringe", command_cringe, 0.0},    {"cringe", command_cringe, 0.0},
   {"think", command_think, 0.0},    {"think", command_think, 0.0},
     {"cointoss", command_cointoss, 0.0},
     {"orcknuckle", command_orcknuckle, 0.0},
 };  };
   
 const int CommunicationCommandSize = sizeof(CommunicationCommands)/ sizeof(CommArray_s);  const int CommunicationCommandSize = sizeof(CommunicationCommands)/ sizeof(CommArray_s);


Legend:
line(s) removed in v.1.31 
line(s) changed
 line(s) added in v.1.32

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:31