Difference for server/commands.c from version 1.34 to 1.35


version 1.34 version 1.35
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_commands_c =   * static char *rcsid_commands_c =
  *   "$Id: commands.c,v 1.34 2003/04/02 08:13:26 mwedel Exp $";   *   "$Id: commands.c,v 1.35 2003/06/30 19:14:13 tchize Exp $";
  */   */
   
 /*  /*
Line 249
 
Line 249
   {"overlay_save", command_save_overlay, 0.0},    {"overlay_save", command_save_overlay, 0.0},
   {"possess", command_possess, 0.0},    {"possess", command_possess, 0.0},
   {"mon_aggr", command_mon_aggr, 0.0},    {"mon_aggr", command_mon_aggr, 0.0},
     {"loadtest", command_loadtest, 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.34 
line(s) changed
 line(s) added in v.1.35

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