MCPcopy Create free account
hub / github.com/NetHack/NetHack / dissipateHighlight

Method dissipateHighlight

win/Qt/qt_icon.cpp:217–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217void 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

Callers 1

fadeHighlightingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected