| 5097 | } |
| 5098 | |
| 5099 | int CClient::GetPredictionTime() |
| 5100 | { |
| 5101 | int64_t Now = time_get(); |
| 5102 | return (int)((m_PredictedTime.Get(Now) - m_aGameTime[g_Config.m_ClDummy].Get(Now)) * 1000 / (float)time_freq()); |
| 5103 | } |
| 5104 | |
| 5105 | int CClient::GetPredictionTick() |
| 5106 | { |
no test coverage detected