aboutsummaryrefslogtreecommitdiffstats
path: root/code/client/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/client/client.h')
-rw-r--r--code/client/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/client.h b/code/client/client.h
index 5ee30c2..d370778 100644
--- a/code/client/client.h
+++ b/code/client/client.h
@@ -431,7 +431,7 @@ extern cvar_t *cl_voip;
void CL_Init (void);
void CL_FlushMemory(void);
void CL_ShutdownAll(void);
-void CL_AddReliableCommand( const char *cmd );
+void CL_AddReliableCommand(const char *cmd, qboolean isDisconnectCmd);
void CL_StartHunkUsers( qboolean rendererOnly );