Use proper type for srcloc highlight decay value.

This commit is contained in:
Bartosz Taudul 2019-06-22 14:06:25 +02:00
parent aaefd6e1d6
commit 1ea647a1dd

View File

@ -249,7 +249,7 @@ private:
const ZoneEvent* m_zoneInfoWindow = nullptr;
const ZoneEvent* m_zoneHighlight;
DecayValue<uint64_t> m_zoneSrcLocHighlight = 0;
DecayValue<int32_t> m_zoneSrcLocHighlight = 0;
LockHighlight m_lockHighlight { -1 };
DecayValue<const MessageData*> m_msgHighlight = nullptr;
DecayValue<uint32_t> m_lockHoverHighlight = InvalidId;