version 1.141 | | version 1.142 |
---|
| | |
/* | | /* |
* static char *rcsid_object_c = | | * static char *rcsid_object_c = |
* "$Id: object.c,v 1.141 2006/08/26 03:45:37 qal21 Exp $"; | | * "$Id: object.c,v 1.142 2006/08/26 08:08:01 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
originator->below = op; | | originator->below = op; |
} else { | | } else { |
/* If there are other objects, then */ | | /* If there are other objects, then */ |
| | /* This test is incorrect i think, as ins_above_floor_only needs the floor variable |
if((! (flag & INS_MAP_LOAD)) && ((top=GET_MAP_OB(op->map,op->x,op->y))!=NULL)) { | | if((! (flag & INS_MAP_LOAD)) && ((top=GET_MAP_OB(op->map,op->x,op->y))!=NULL)) { |
| | */ |
| | if(((top=GET_MAP_OB(op->map,op->x,op->y))!=NULL)) { |
object *last=NULL; | | object *last=NULL; |
/* | | /* |
* If there are multiple objects on this space, we do some trickier handling. | | * If there are multiple objects on this space, we do some trickier handling. |