Difference for server/move.c from version 1.28 to 1.29


version 1.28 version 1.29
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_move_c =   * static char *rcsid_move_c =
  *    "$Id: move.c,v 1.28 2003/03/19 08:04:51 mwedel Exp $";   *    "$Id: move.c,v 1.29 2003/09/04 06:25:32 temitchell Exp $";
  */   */
   
 /*  /*
Line 267
 
Line 267
   }    }
   (void) move_ob(pusher,dir,pusher);    (void) move_ob(pusher,dir,pusher);
   new_draw_info_format(NDI_BLACK, 0, pusher,    new_draw_info_format(NDI_BLACK, 0, pusher,
  "You roll the %s.",query_name(op));   "You move the %s.",query_name(op));
   return;    return;
 }  }
   
Line 420
 
Line 420
  else    else
  {   {
      new_draw_info_format(NDI_UNIQUE, 0, pusher,       new_draw_info_format(NDI_UNIQUE, 0, pusher,
  "You avoid to attack %s .",who->name);   "You avoid attacking %s .",who->name);
  }   }
     }      }
   


Legend:
line(s) removed in v.1.28 
line(s) changed
 line(s) added in v.1.29

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