| 528 | } |
| 529 | |
| 530 | u16 CMapLocation::AddRef() |
| 531 | { |
| 532 | ++m_refCount; |
| 533 | if (m_flags.test(eTTL)) |
| 534 | { |
| 535 | m_actual_time = Device.dwTimeGlobal + m_ttl * 1000; |
| 536 | } |
| 537 | |
| 538 | return m_refCount; |
| 539 | }; |
| 540 | |
| 541 | void CMapLocation::HighlightSpot(bool state, const Fcolor& color) |
| 542 | { |
no test coverage detected