-------------------------------------------------------------------------------- Description: Select which fighter is the origin of firing effects --------------------------------------------------------------------------------
| 1056 | // Select which fighter is the origin of firing effects |
| 1057 | // -------------------------------------------------------------------------------- |
| 1058 | void EveSwarm::PickFiringOrigin() |
| 1059 | { |
| 1060 | m_firingIndex = TriRandInt( m_count ); |
| 1061 | } |
| 1062 | |
| 1063 | // -------------------------------------------------------------------------------- |
| 1064 | // Description: |
nothing calls this directly
no test coverage detected