Difference for server/player.c from version 1.143 to 1.144


version 1.143 version 1.144
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_c =   * static char *rcsid_player_c =
  *   "$Id: player.c,v 1.143 2004/01/18 10:36:10 ryo_saeba Exp $";   *   "$Id: player.c,v 1.144 2004/02/08 04:24:49 mwedel Exp $";
  */   */
   
 /*  /*
Line 2073
 
Line 2073
     }       }
     else if(op->invisible&&!(QUERY_FLAG(op,FLAG_MAKE_INVIS))) {      else if(op->invisible&&!(QUERY_FLAG(op,FLAG_MAKE_INVIS))) {
  op->invisible--;   op->invisible--;
  if(!op->invisible) make_visible(op);   if(!op->invisible) {
        make_visible(op);
        new_draw_info(NDI_UNIQUE, 0, op, "Your invisibility spell runs out.");
    }
     }      }
   
     /* I've been seeing crashes where the golem has been destroyed, but      /* I've been seeing crashes where the golem has been destroyed, but


Legend:
line(s) removed in v.1.143 
line(s) changed
 line(s) added in v.1.144

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