Difference for common/object.c from version 1.14 to 1.15


version 1.14 version 1.15
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: object.c,v 1.14 2001/02/01 06:18:31 cvs Exp $";   *   "$Id: object.c,v 1.15 2001/03/21 05:28:14 mwedel Exp $";
  */   */
   
 /*  /*
Line 820
 
Line 820
  *   *
  * Always put the player down for drawing.   * Always put the player down for drawing.
  */   */
  if (tmp->type==PLAYER) {   if (tmp->type==PLAYER && !tmp->invisible) {
      top.face = tmp->face;       top.face = tmp->face;
      player=tmp;       player=tmp;
  }   }


Legend:
line(s) removed in v.1.14 
line(s) changed
 line(s) added in v.1.15

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