version 1.44 | | version 1.45 |
---|
| | |
/* | | /* |
* static char *rcsid_object_h = | | * static char *rcsid_object_h = |
* "$Id: object.h,v 1.44 2005/11/16 08:16:00 mwedel Exp $"; | | * "$Id: object.h,v 1.45 2006/02/05 05:27:08 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
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 */ |
| | MoveType move_allow; /* What movement types explicitly allowd */ |
MoveType move_on; /* Move types affected moving on to this space */ | | MoveType move_on; /* Move types affected moving on to this space */ |
MoveType move_off; /* Move types affected moving off this space */ | | MoveType move_off; /* Move types affected moving off this space */ |
MoveType move_slow; /* Movement types this slows down */ | | MoveType move_slow; /* Movement types this slows down */ |