fix: reduce chances fake ping disappears from scoreboard

This commit is contained in:
dmitry 2021-09-15 13:02:22 +03:00
commit 570cfe0538
No known key found for this signature in database
GPG key ID: 8297CE728B7A7E37
3 changed files with 41 additions and 16 deletions

View file

@ -131,7 +131,8 @@ private:
int m_gameFlags {};
int m_mapFlags {};
float m_slowFrame; // per second updated frame
float m_oneSecondFrame; // per second updated
float m_halfSecondFrame; // per half second update
public:
Game ();