X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=progsvm.h;fp=progsvm.h;h=c2d70f144f86b3ef1905e0146e9fa7bfc3460ea2;hb=abfdafcf23981b3de44fcb031d462a568368111f;hp=0b624265da1ab91cc50cda39d3ca5a721fffc1c4;hpb=c6d7670ed439522ba8be3959a0315cb8c4039a7f;p=xonotic%2Fdarkplaces.git diff --git a/progsvm.h b/progsvm.h index 0b624265..c2d70f14 100644 --- 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_client or &cmd_server), also used to access cvars // buffer for storing all tempstrings created during one invocation of ExecuteProgram sizebuf_t tempstringsbuf;