]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progsvm.h
cvar: Remove unused ignore_callback variable
[xonotic/darkplaces.git] / progsvm.h
index 4f0c36b49589a09747cb41adfc097f613a68f64b..ea08900d2d1ae0d35d43a3db91471cb6d6e932be 100644 (file)
--- a/progsvm.h
+++ b/progsvm.h
@@ -631,7 +631,7 @@ typedef struct prvm_prog_s
        struct fssearch_s                       *opensearches[PRVM_MAX_OPENSEARCHES];
        const char *         opensearches_origin[PRVM_MAX_OPENSEARCHES];
        struct skeleton_s       *skeletons[MAX_EDICTS];
-       struct cmd_state_s      *console_cmd; // points to the relevant console command interpreter for this vm (&cmd_local), also used to access cvars
+       struct cmd_state_s      *console_cmd; // points to the relevant console command interpreter for this vm (cmd_local or &cmd_server), also used to access cvars
 
        // buffer for storing all tempstrings created during one invocation of ExecuteProgram
        sizebuf_t                       tempstringsbuf;