Browse Source

host: fix compiling error

pull/2/head
Alibek Omarov 6 years ago
parent
commit
5fda638edf
  1. 2
      engine/common/host.c

2
engine/common/host.c

@ -171,8 +171,6 @@ void Host_CheckSleep( void ) @@ -171,8 +171,6 @@ void Host_CheckSleep( void )
{
int sleeptime = host_sleeptime->value;
if( host.frametime !)
if( Host_IsDedicated() )
{
// let the dedicated server some sleep

Loading…
Cancel
Save