]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.h
Fix Windows-specific use-after-free causing crash after disconnecting
[xonotic/darkplaces.git] / cmd.h
diff --git a/cmd.h b/cmd.h
index 5a88ea918a794aeff3386188309f74ed9264d7da..98057fa82324419a9e4455e8f0c07894dde2f440 100644 (file)
--- a/cmd.h
+++ b/cmd.h
@@ -248,7 +248,7 @@ void Cmd_ForwardToServer_f (cmd_state_t *cmd);
 /// enclosing quote marks are also put.
 qboolean Cmd_QuoteString(char *out, size_t outlen, const char *in, const char *quoteset, qboolean putquotes);
 
-void Cmd_ClearCsqcFuncs (cmd_state_t *cmd);
+void Cmd_ClearCSQCCommands (cmd_state_t *cmd);
 
 #endif