diff options
Diffstat (limited to 'src/clientiface.h')
-rw-r--r-- | src/clientiface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/clientiface.h b/src/clientiface.h index d867c52fe..cda01650b 100644 --- a/src/clientiface.h +++ b/src/clientiface.h @@ -423,6 +423,9 @@ private: // CPU usage optimization float m_nothing_to_send_pause_timer = 0.0f; + // measure how long it takes the server to send the complete map + float m_map_send_completion_timer = 0.0f; + /* name of player using this client */ |