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

Method dissipateHighlight

outdated/win/Qt3/qt3_win.cpp:2144–2151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2142 low_is_good=TRUE;
2143}
2144void NetHackQtLabelledIcon::dissipateHighlight()
2145{
2146 if (turn_count>0) {
2147 turn_count--;
2148 if (!turn_count)
2149 unhighlight();
2150 }
2151}
2152void NetHackQtLabelledIcon::highlight(const QPalette& hl)
2153{
2154 if (label) { // Surely it is?!

Callers 1

fadeHighlightingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected