From 6b927229f5f9cb9a8163ecec482160975199fa0f Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 26 Nov 2012 22:31:21 +0200 Subject: Default server step to 0.1s and sync object/player update intervals to it --- src/client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index 154c8bb00..b4b7af7c3 100644 --- a/src/client.h +++ b/src/client.h @@ -382,6 +382,9 @@ private: float m_last_time_of_day_f; float m_time_of_day_update_timer; + // An interval for generally sending object positions and stuff + float m_recommended_send_interval; + // Sounds float m_removed_sounds_check_timer; // Mapping from server sound ids to our sound ids -- cgit v1.2.3