Difference for server/c_misc.c from version 1.19 to 1.20


version 1.19 version 1.20
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_misc_c =   * static char *rcsid_c_misc_c =
  *   "$Id: c_misc.c,v 1.19 2002/08/02 05:09:39 mwedel Exp $";   *   "$Id: c_misc.c,v 1.20 2002/09/07 21:41:20 mwedel Exp $";
  */   */
   
 /*  /*
Line 1150
 
Line 1150
     new_draw_info_format(NDI_UNIQUE, 0, op, "Mem for objects:      %d", objects_used * sizeof(object));      new_draw_info_format(NDI_UNIQUE, 0, op, "Mem for objects:      %d", objects_used * sizeof(object));
     return 0;      return 0;
 }  }
   
   int command_kill_pets(object *op, char *params)
   {
       terminate_all_pets(op);
       new_draw_info(NDI_UNIQUE, 0, op, "Your pets have been killed.");
       return 0;
   }


Legend:
line(s) removed in v.1.19 
line(s) changed
 line(s) added in v.1.20

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