| 6149 | } |
| 6150 | |
| 6151 | staticfn int |
| 6152 | handler_petattr(void) |
| 6153 | { |
| 6154 | int tmp |
| 6155 | = query_attr("Select pet highlight attribute", iflags.wc2_petattr); |
| 6156 | |
| 6157 | if (tmp != -1) { |
| 6158 | iflags.wc2_petattr = tmp; |
| 6159 | iflags.hilite_pet = (iflags.wc2_petattr != ATR_NONE); |
| 6160 | if (!go.opt_initial) |
| 6161 | go.opt_need_redraw = TRUE; |
| 6162 | } |
| 6163 | return optn_ok; |
| 6164 | } |
| 6165 | |
| 6166 | staticfn int |
| 6167 | handler_sortloot(void) |
no test coverage detected