version 1.44 | | version 1.45 |
---|
| | |
/* | | /* |
* static char *rcsid_map_c = | | * static char *rcsid_map_c = |
* "$Id: map.c,v 1.44 2002/10/28 07:14:17 garbled Exp $"; | | * "$Id: map.c,v 1.45 2002/10/29 21:26:36 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
switch(i) { | | switch(i) { |
case LL_NORMAL: | | case LL_NORMAL: |
| | /* if we are loading an overlay, put the floors on the bottom */ |
| | if (QUERY_FLAG(op, FLAG_IS_FLOOR) && mapflags & MAP_OVERLAY) |
| | insert_ob_in_map(op,m,op,INS_NO_MERGE | INS_NO_WALK_ON | INS_ABOVE_FLOOR_ONLY); |
| | else |
insert_ob_in_map(op,m,op,INS_NO_MERGE | INS_NO_WALK_ON | INS_ON_TOP); | | insert_ob_in_map(op,m,op,INS_NO_MERGE | INS_NO_WALK_ON | INS_ON_TOP); |
if (op->inv) sum_weight(op); | | if (op->inv) sum_weight(op); |
prev=op,last_more=op; | | prev=op,last_more=op; |