Difference for server/commands.c from version 1.40 to 1.41


version 1.40 version 1.41
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_commands_c =   * static char *rcsid_commands_c =
  *   "$Id: commands.c,v 1.40 2003/09/16 04:58:07 temitchell Exp $";   *   "$Id: commands.c,v 1.41 2004/05/24 21:00:17 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 67
 
Line 67
   {"cast", command_cast, 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},
     {"dmhide", command_dmhide, 0.0}, /* Like dm, but don't tell a dm arrived, hide player */
   {"drop", command_drop, 1.0},    {"drop", command_drop, 1.0},
   {"dropall", command_dropall, 1.0},    {"dropall", command_dropall, 1.0},
   {"examine", command_examine, 0.5},    {"examine", command_examine, 0.5},


Legend:
line(s) removed in v.1.40 
line(s) changed
 line(s) added in v.1.41

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