diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp index 816a30e7c..adac193df 100644 --- a/src/engine/client/client.cpp +++ b/src/engine/client/client.cpp @@ -389,6 +389,8 @@ public: { local_start_time = time_get(); snapshot_part = 0; + info_request_begin = 0; + info_request_end = 0; // init graphics and sound if(!gfx_init())