mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 21:52:05 +08:00
engine: move Cbuf_Execute to ClientBegin stub for dedicated server, to avoid confusion
This commit is contained in:
@@ -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 )
|
||||
|
||||
void Host_InputFrame( void )
|
||||
{
|
||||
Cbuf_Execute( );
|
||||
}
|
||||
|
||||
void VID_InitDefaultResolution( void )
|
||||
|
||||
Reference in New Issue
Block a user