Difference for server/apply.c from version 1.31 to 1.32


version 1.31 version 1.32
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_apply_c =   * static char *rcsid_apply_c =
  *   "$Id: apply.c,v 1.31 2001/01/31 07:54:52 cvs Exp $";   *   "$Id: apply.c,v 1.32 2001/02/26 00:06:21 avogl Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 1061
 
Line 1061
   
     if (sign->stats.food) {      if (sign->stats.food) {
         if (sign->last_eat >= sign->stats.food) {          if (sign->last_eat >= sign->stats.food) {
             new_draw_info (NDI_UNIQUE, 0, op, "Nothing is written on it.");          if (!QUERY_FLAG (sign, FLAG_WALK_ON) && !QUERY_FLAG (sign, FLAG_FLY_ON))
             new_draw_info (NDI_UNIQUE, 0, op, "You cannot read it anymore.");
             return;              return;
         }          }
         sign->last_eat++;          sign->last_eat++;


Legend:
line(s) removed in v.1.31 
line(s) changed
 line(s) added in v.1.32

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