-------------------------------------------------------------------------------- Description: Stop the firing --------------------------------------------------------------------------------
| 144 | // Stop the firing |
| 145 | // -------------------------------------------------------------------------------- |
| 146 | void EveTurretTarget::StopFireAtLocator() |
| 147 | { |
| 148 | // clear out the locator |
| 149 | m_locator = -1; |
| 150 | // stopp anyy influence |
| 151 | m_positionOldInfluence = -1.f; |
| 152 | // reset the miss-system |
| 153 | m_lastShotIsMiss = false; |
| 154 | m_missQueue.clear(); |
| 155 | } |
| 156 | |
| 157 | // -------------------------------------------------------------------------------- |
| 158 | // Description: |
no outgoing calls
no test coverage detected