]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progsvm.h
cvar: Remove unused ignore_callback variable
[xonotic/darkplaces.git] / progsvm.h
index c2d70f144f86b3ef1905e0146e9fa7bfc3460ea2..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_client or &cmd_server), 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;