| 182 | } |
| 183 | |
| 184 | void NetHackQtLabelledIcon::highlightWhenChanging() |
| 185 | { |
| 186 | turn_count = 0; // turn_count starts negative (as flag to not highlight) |
| 187 | } |
| 188 | |
| 189 | // set comp_mode to one of NoCompare or {Bigger,Smaller,Neither}IsBetter |
| 190 | void NetHackQtLabelledIcon::setCompareMode(int newmode) |