mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-05 15:48:19 +00:00
fixed non-inited variables
This commit is contained in:
parent
99b11d7986
commit
44794521c9
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue