Difference for include/object.h from version 1.47 to 1.48


version 1.47 version 1.48
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_h =   * static char *rcsid_object_h =
  *   "$Id: object.h,v 1.47 2006/03/18 15:05:32 ryo_saeba Exp $";   *   "$Id: object.h,v 1.48 2006/05/30 07:16:23 mwedel Exp $";
  */   */
   
 /*  /*
Line 236
 
Line 236
     uint8 last_anim; /* last sequence used to draw face */      uint8 last_anim; /* last sequence used to draw face */
     sint32 elevation; /* elevation of this terrain - not currently used */      sint32 elevation; /* elevation of this terrain - not currently used */
     uint8 smoothlevel;    /* how to smooth this square around*/      uint8 smoothlevel;    /* how to smooth this square around*/
       uint8 map_layer; /* What level to draw this on the map */
   
     MoveType   move_type; /* Type of movement this object uses */      MoveType   move_type; /* Type of movement this object uses */
     MoveType   move_block; /* What movement types this blocks */      MoveType   move_block; /* What movement types this blocks */


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 19:26