| 241 | char chosen_windowtype[WINTYPELEN]; |
| 242 | int cmd_key; /* parse() / rhack() */ |
| 243 | struct Cmd_bind *cmd_bind; |
| 244 | cmdcount_nht command_count; |
| 245 | /* some objects need special handling during destruction or placement */ |
| 246 | struct obj *current_wand; /* wand currently zapped/applied */ |
nothing calls this directly
no outgoing calls
no test coverage detected