X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=mvm_cmds.c;h=69ed427ed7b3bf72b080517f1b60e892576ee8ba;hb=b678677fe374b9ae4f591cbf23ca62a19f890722;hp=af39e50aa4d29eca856aa8b62a89ac42eb2c7bb1;hpb=ad8716457419dd127c685341d720525dead64197;p=xonotic%2Fdarkplaces.git diff --git a/mvm_cmds.c b/mvm_cmds.c index af39e50a..69ed427e 100644 --- a/mvm_cmds.c +++ b/mvm_cmds.c @@ -1338,7 +1338,7 @@ VM_uri_get, // #513 float(string uril, float id) uri_get = #513; (DP_QC_URI VM_tokenize_console, // #514 float(string str) tokenize_console = #514; (DP_QC_TOKENIZE_CONSOLE) VM_argv_start_index, // #515 float(float idx) argv_start_index = #515; (DP_QC_TOKENIZE_CONSOLE) VM_argv_end_index, // #516 float(float idx) argv_end_index = #516; (DP_QC_TOKENIZE_CONSOLE) -VM_buf_cvarlist, // #517 void(float buf, string prefix) buf_cvarlist = #517; (DP_QC_STRINGBUFFERS_CVARLIST) +VM_buf_cvarlist, // #517 void(float buf, string prefix, string antiprefix) buf_cvarlist = #517; (DP_QC_STRINGBUFFERS_CVARLIST) VM_cvar_description, // #518 float(string name) cvar_description = #518; (DP_QC_CVAR_DESCRIPTION) NULL, // #519 NULL, // #520