version 1.82 | | version 1.83 |
---|
| | |
/* | | /* |
* static char *rcsid_object_c = | | * static char *rcsid_object_c = |
* "$Id: object.c,v 1.82 2004/02/11 07:40:17 mwedel Exp $"; | | * "$Id: object.c,v 1.83 2004/02/11 08:09:22 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
tag_t tag; | | tag_t tag; |
int check_walk_off; | | int check_walk_off; |
mapstruct *m; | | mapstruct *m; |
int x,y; | | sint16 x,y; |
| | |
| | |
if(QUERY_FLAG(op,FLAG_REMOVED)) { | | if(QUERY_FLAG(op,FLAG_REMOVED)) { |
| | |
object *insert_ob_in_map (object *op, mapstruct *m, object *originator, int flag) | | object *insert_ob_in_map (object *op, mapstruct *m, object *originator, int flag) |
{ | | { |
object *tmp, *top, *floor=NULL; | | object *tmp, *top, *floor=NULL; |
int x,y; | | sint16 x,y; |
| | |
if (QUERY_FLAG (op, FLAG_FREED)) { | | if (QUERY_FLAG (op, FLAG_FREED)) { |
LOG (llevError, "Trying to insert freed object!\n"); | | LOG (llevError, "Trying to insert freed object!\n"); |