engine: enable filtered command buffer for dedicated to pass the tests
This commit is contained in:
parent
aa7bfb4819
commit
1cac321c00
1 changed files with 0 additions and 2 deletions
|
@ -256,12 +256,10 @@ Cbuf_Execute
|
||||||
void Cbuf_Execute( void )
|
void Cbuf_Execute( void )
|
||||||
{
|
{
|
||||||
Cbuf_ExecuteCommandsFromBuffer( &cmd_text, true, -1 );
|
Cbuf_ExecuteCommandsFromBuffer( &cmd_text, true, -1 );
|
||||||
#if !XASH_DEDICATED
|
|
||||||
// a1ba: unlimited commands for filtered buffer per frame
|
// a1ba: unlimited commands for filtered buffer per frame
|
||||||
// I don't see any sense in restricting that at this moment
|
// I don't see any sense in restricting that at this moment
|
||||||
// but in future we may limit this
|
// but in future we may limit this
|
||||||
Cbuf_ExecuteCommandsFromBuffer( &filteredcmd_text, false, -1 );
|
Cbuf_ExecuteCommandsFromBuffer( &filteredcmd_text, false, -1 );
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue