engine: minor refactoring, remove host.apply_game_config as it's unused

This commit is contained in:
Alibek Omarov
2026-03-05 06:06:04 +05:00
parent b353ec463a
commit 32d73e62f4
6 changed files with 56 additions and 80 deletions
+1 -1
View File
@@ -24,7 +24,6 @@ GNU General Public License for more details.
#include "pm_local.h"
#include "multi_emulator.h"
#define MAX_CMD_BUFFER 8000
#define CL_CONNECTION_TIMEOUT 15.0f
#define CL_CONNECTION_RETRIES 5
#define CL_TEST_RETRIES 5
@@ -759,6 +758,7 @@ Including both the reliable commands and the usercmds
*/
static void CL_WritePacket( void )
{
enum { MAX_CMD_BUFFER = 8000 };
sizebuf_t buf;
byte data[MAX_CMD_BUFFER] = { 0 };
runcmd_t *pcmd;