| 215 | } |
| 216 | |
| 217 | void NetHackQtLabelledIcon::dissipateHighlight() |
| 218 | { |
| 219 | if (turn_count > 0) { |
| 220 | if (!--turn_count) |
| 221 | unhighlight(); |
| 222 | } |
| 223 | } |
| 224 | |
| 225 | // used when label (most status fields) or pixmap (alignment, hunger, |
| 226 | // encumbrance) changes value |