fixed non-inited variables

This commit is contained in:
Magnus Auvinen 2007-07-21 18:13:20 +00:00
parent 99b11d7986
commit 44794521c9

View file

@ -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())