| 1457 | } |
| 1458 | |
| 1459 | staticfn void |
| 1460 | throwit_return(boolean clear_thrownobj) |
| 1461 | { |
| 1462 | iflags.returning_missile = (genericptr_t) 0; |
| 1463 | if (clear_thrownobj) |
| 1464 | gt.thrownobj = (struct obj *) 0; |
| 1465 | } |
| 1466 | |
| 1467 | staticfn void |
| 1468 | swallowit(struct obj *obj) |