| 577 | } |
| 578 | int GetIngameTicks(int Tick) const { return m_IngameTicks + Tick - m_JoinTick; } |
| 579 | float GetFPM(int Tick, int TickSpeed) const { return (float)(m_Frags * TickSpeed * 60) / GetIngameTicks(Tick); } |
| 580 | }; |
| 581 | |
| 582 | CClientStats m_aStats[MAX_CLIENTS]; |
no outgoing calls
no test coverage detected