Difference for server/commands.c from version 1.17 to 1.18


version 1.17 version 1.18
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_commands_c =   * static char *rcsid_commands_c =
  *   "$Id: commands.c,v 1.17 2001/11/11 09:39:54 gros Exp $";   *   "$Id: commands.c,v 1.18 2002/01/03 21:32:57 garbled Exp $";
  */   */
   
 /*  /*
Line 234
 
Line 234
   {"style_info", command_style_map_info, 0.0}, /* Costly command, so make it wiz only */    {"style_info", command_style_map_info, 0.0}, /* Costly command, so make it wiz only */
   {"summon", command_summon,0.0},    {"summon", command_summon,0.0},
   {"wizpass", command_wizpass,0.0},    {"wizpass", command_wizpass,0.0},
     {"overlay_save", command_save_overlay, 0.0},
 };  };
 const int WizCommandsSize =sizeof(WizCommands) / sizeof(CommArray_s);  const int WizCommandsSize =sizeof(WizCommands) / sizeof(CommArray_s);
   


Legend:
line(s) removed in v.1.17 
line(s) changed
 line(s) added in v.1.18

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