]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.h
added sv_threaded cvar, the server can now be moved to another thread
[xonotic/darkplaces.git] / cmd.h
diff --git a/cmd.h b/cmd.h
index cb96abaada65098ccce99692c2eeb6cc5efe2362..722fea6543815e3037fdc22ebe87de8ba29269fb 100644 (file)
--- a/cmd.h
+++ b/cmd.h
@@ -142,7 +142,7 @@ int Cmd_CheckParm (const char *parm);
 
 /// Parses a single line of text into arguments and tries to execute it.
 /// The text can come from the command buffer, a remote client, or stdin.
-void Cmd_ExecuteString (const char *text, cmd_source_t src);
+void Cmd_ExecuteString (const char *text, cmd_source_t src, qboolean lockmutex);
 
 /// adds the string as a clc_stringcmd to the client message.
 /// (used when there is no reason to generate a local command to do it)