diff options
| -rw-r--r-- | src/engine/client/client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/client/client.cpp b/src/engine/client/client.cpp index 816a30e7..adac193d 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()) |