Difference for server/commands.c from version 1.29 to 1.30


version 1.29 version 1.30
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_commands_c =   * static char *rcsid_commands_c =
  *   "$Id: commands.c,v 1.29 2002/11/13 05:24:53 garbled Exp $";   *   "$Id: commands.c,v 1.30 2002/12/18 16:39:58 garbled Exp $";
  */   */
   
 /*  /*
Line 242
 
Line 242
   {"teleport", command_teleport,0.0},    {"teleport", command_teleport,0.0},
   {"wizpass", command_wizpass,0.0},    {"wizpass", command_wizpass,0.0},
   {"overlay_save", command_save_overlay, 0.0},    {"overlay_save", command_save_overlay, 0.0},
     {"possess", command_possess, 0.0},
     {"mon_aggr", command_mon_aggr, 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.29 
line(s) changed
 line(s) added in v.1.30

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