From: Cloudwalk Date: Wed, 2 Dec 2020 13:28:26 +0000 (-0500) Subject: Missed one X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b58f621f13f27ef571a7fd9cdc7fc7314254bd80;p=xonotic%2Fdarkplaces.git Missed one --- diff --git a/mvm_cmds.c b/mvm_cmds.c index 34414ca2..f0e30e3e 100644 --- a/mvm_cmds.c +++ b/mvm_cmds.c @@ -1050,7 +1050,7 @@ void VM_cin_restart(prvm_prog_t *prog) } prvm_builtin_t vm_m_builtins[] = { -NULL, // #0 NULL function (not callable) +{NULL, 0, 0}, // #0 NULL function (not callable) {VM_checkextension}, // #1 {VM_error}, // #2 {VM_objerror}, // #3