Difference for server/rune.c from version 1.36 to 1.37


version 1.36 version 1.37
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_rune_c =   * static char *rcsid_rune_c =
  *   "$Id: rune.c,v 1.36 2003/12/01 05:45:18 mwedel Exp $";   *   "$Id: rune.c,v 1.37 2004/03/23 07:52:31 mwedel Exp $";
  */   */
   
 /*  /*
Line 391
 
Line 391
         {          {
             new_draw_info_format(NDI_UNIQUE, 0,disarmer,              new_draw_info_format(NDI_UNIQUE, 0,disarmer,
                     "You successfuly disarm the %s!",trap->name);                      "You successfuly disarm the %s!",trap->name);
             remove_ob(trap);              destroy_object(trap);
             free_object(trap);  
      /* If it is your own trap, (or any players trap), don't you don't       /* If it is your own trap, (or any players trap), don't you don't
       * get exp for it.        * get exp for it.
       */        */


Legend:
line(s) removed in v.1.36 
line(s) changed
 line(s) added in v.1.37

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