]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.h
Revert "cmd: Merge cmd_server and cmd_client into cmd_local again"
[xonotic/darkplaces.git] / cmd.h
diff --git a/cmd.h b/cmd.h
index 31f8a08f190fb14df7e3e1631148f310668b1500..b10560077b9baa6abbc712a8158fdb07f65264f6 100644 (file)
--- a/cmd.h
+++ b/cmd.h
@@ -170,10 +170,10 @@ extern cmd_userdefined_t cmd_userdefined_null; // intentionally empty
 
 // command interpreter for client commands injected by CSQC, MQC or client engine code
 // uses cmddefs_all
-extern cmd_state_t cmd_local;
+extern cmd_state_t cmd_client;
 // command interpreter for server commands injected by MQC, SVQC, menu engine code or server engine code
 // uses cmddefs_all
-extern cmd_state_t cmd_local;
+extern cmd_state_t cmd_server;
 // command interpreter for server commands received over network from clients
 // uses cmddefs_null
 extern cmd_state_t cmd_serverfromclient;