clear stale reason for death and both 'entities' before returning */
| 760 | |
| 761 | /* clear stale reason for death and both 'entities' before returning */ |
| 762 | staticfn void |
| 763 | nokiller(void) |
| 764 | { |
| 765 | svk.killer.name[0] = '\0'; |
| 766 | svk.killer.format = 0; |
| 767 | m_to_e((struct monst *) 0, 0, 0, &go.occupants[0]); |
| 768 | m_to_e((struct monst *) 0, 0, 0, &go.occupants[1]); |
| 769 | } |
| 770 | |
| 771 | /* |
| 772 | * Close the drawbridge located at x,y |
no test coverage detected