Difference for server/commands.c from version 1.15 to 1.16


version 1.15 version 1.16
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_commands_c =   * static char *rcsid_commands_c =
  *   "$Id: commands.c,v 1.15 2001/10/30 00:49:02 michtoen Exp $";   *   "$Id: commands.c,v 1.16 2001/10/30 02:30:20 michtoen Exp $";
  */   */
   
 /*  /*
Line 59
 
Line 59
   {"apply", command_apply, 1.0}, /* should be variable */    {"apply", command_apply, 1.0}, /* should be variable */
   {"archs", command_archs, 0.0},    {"archs", command_archs, 0.0},
   {"brace", command_brace, 0.0},    {"brace", command_brace, 0.0},
   {"cast", command_cast, (float)0.2}, /* Is this right? */    {"cast", command_cast, 0.2}, /* Is this right? */
   {"disarm", command_disarm, 1.0},    {"disarm", command_disarm, 1.0},
   {"dm", command_dm, 0.0},    {"dm", command_dm, 0.0},
   {"drop", command_drop, 1.0},    {"drop", command_drop, 1.0},


Legend:
line(s) removed in v.1.15 
line(s) changed
 line(s) added in v.1.16

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