Browse Source

engine: move Cbuf_Execute to ClientBegin stub for dedicated server, to avoid confusion

pull/2/head
Alibek Omarov 3 years ago
parent
commit
9b1fccd1fa
  1. 3
      engine/common/dedicated.c

3
engine/common/dedicated.c

@ -190,7 +190,7 @@ void CL_WriteMessageHistory( void ) @@ -190,7 +190,7 @@ void CL_WriteMessageHistory( void )
void Host_ClientBegin( void )
{
Cbuf_Execute();
}
void Host_ClientFrame( void )
@ -200,7 +200,6 @@ void Host_ClientFrame( void ) @@ -200,7 +200,6 @@ void Host_ClientFrame( void )
void Host_InputFrame( void )
{
Cbuf_Execute( );
}
void VID_InitDefaultResolution( void )

Loading…
Cancel
Save