Difference for include/object.h from version 1.29 to 1.30


version 1.29 version 1.30
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_object_h =   * static char *rcsid_object_h =
  *   "$Id: object.h,v 1.29 2003/04/05 05:39:48 mwedel Exp $";   *   "$Id: object.h,v 1.30 2003/06/19 10:59:28 tchize Exp $";
  */   */
   
 /*  /*
Line 197
 
Line 197
     uint8 anim_speed; /* ticks between animation-frames */      uint8 anim_speed; /* ticks between animation-frames */
     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*/
   
     char *event_hook[30];    /* GROS - extensions for scripting events */      char *event_hook[30];    /* GROS - extensions for scripting events */
     char *event_plugin[30];      char *event_plugin[30];


Legend:
line(s) removed in v.1.29 
line(s) changed
 line(s) added in v.1.30

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:26