version 1.47 | | version 1.48 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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 */ |