(svn r15176) -Fix [FS#2554]: querying the content server could free when resolving the hostname or connecting takes long/is timing out.
This commit is contained in:
@@ -297,6 +297,7 @@ void VideoDriver_Dedicated::MainLoop()
|
||||
DedicatedHandleKeyInput();
|
||||
|
||||
cur_ticks = GetTime();
|
||||
_realtime_tick += cur_ticks - prev_cur_ticks;
|
||||
if (cur_ticks >= next_tick || cur_ticks < prev_cur_ticks) {
|
||||
next_tick = cur_ticks + 30;
|
||||
|
||||
|
Reference in New Issue
Block a user