Difference for common/object.c from version 1.47 to 1.48


version 1.47 version 1.48
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_c =   * static char *rcsid_object_c =
  *   "$Id: object.c,v 1.47 2001/11/27 06:08:25 michtoen Exp $";   *   "$Id: object.c,v 1.48 2001/11/28 04:44:41 michtoen Exp $";
  */   */
   
 /*  /*
Line 584
 
Line 584
   op->sub_type1 = 0;    op->sub_type1 = 0;
   op->sub_type2 = 0;    op->sub_type2 = 0;
   op->casting_speed = (float)0;    op->casting_speed = (float)0;
   op->anim_enemy_dir = -1;    op->anim_enemy_dir = -1;      /* control the facings 25 animations */
   op->anim_moving_dir = -1;    op->anim_moving_dir = -1;     /* the same for movement */
     op->anim_enemy_dir_last = -1;
     op->anim_moving_dir_last = -1;
     op->anim_last_facing = 4;
     op->anim_last_facing_last = -1;
   op->quick_pos = 255;    op->quick_pos = 255;
   /* 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.47 
line(s) changed
 line(s) added in v.1.48

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