mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +00:00
engine: move Cbuf_Execute to ClientBegin stub for dedicated server, to avoid confusion
This commit is contained in:
parent
32e96bdad1
commit
9b1fccd1fa
@ -190,7 +190,7 @@ void CL_WriteMessageHistory( void )
|
|||||||
|
|
||||||
void Host_ClientBegin( void )
|
void Host_ClientBegin( void )
|
||||||
{
|
{
|
||||||
|
Cbuf_Execute();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Host_ClientFrame( void )
|
void Host_ClientFrame( void )
|
||||||
@ -200,7 +200,6 @@ void Host_ClientFrame( void )
|
|||||||
|
|
||||||
void Host_InputFrame( void )
|
void Host_InputFrame( void )
|
||||||
{
|
{
|
||||||
Cbuf_Execute( );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void VID_InitDefaultResolution( void )
|
void VID_InitDefaultResolution( void )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user