From b58f621f13f27ef571a7fd9cdc7fc7314254bd80 Mon Sep 17 00:00:00 2001 From: Cloudwalk Date: Wed, 2 Dec 2020 08:28:26 -0500 Subject: [PATCH] Missed one --- mvm_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2