Difference for common/object.c from version 1.40 to 1.41


version 1.40 version 1.41
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: object.c,v 1.40 2001/10/31 07:00:24 garbled Exp $";   *   "$Id: object.c,v 1.41 2001/11/02 18:39:23 michtoen Exp $";
  */   */
   
 /*  /*
Line 573
 
Line 573
   op->material=op->magic=op->state=op->type=0;    op->material=op->magic=op->state=op->type=0;
   op->face = blank_face;    op->face = blank_face;
   
     op->anim_enemy_dir = -1;
     op->anim_moving_dir = -1;
   /* The object should already have been removed from the speed list    /* The object should already have been removed from the speed list
    * before this function is called     * before this function is called
    */     */


Legend:
line(s) removed in v.1.40 
line(s) changed
 line(s) added in v.1.41

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