From 5567b4caee4ef070c074969d9e1ddb67289c8f86 Mon Sep 17 00:00:00 2001 From: divverent Date: Wed, 27 Feb 2008 14:01:55 +0000 Subject: [PATCH] oops... double builtins suck git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8145 d7cf8633-e32d-0410-b094-e92efae38249 --- clvm_cmds.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clvm_cmds.c b/clvm_cmds.c index 08bf6c8f..415b3dae 100644 --- a/clvm_cmds.c +++ b/clvm_cmds.c @@ -3359,8 +3359,8 @@ VM_gecko_resize, // #492 void gecko_resize( string name, float w, float h ) VM_gecko_get_texture_extent, // #493 vector gecko_get_texture_extent( string name ) VM_crc16, // #494 float(float caseinsensitive, string s, ...) crc16 = #494 (DP_QC_CRC16) VM_cvar_type, // #495 float(string name) cvar_type = #495; (DP_QC_CVAR_TYPE) -VM_uri_escape, // #496 string(string in) uri_escape = #496; -VM_uri_unescape, // #497 string(string in) uri_unescape = #497; +NULL, // #496 +NULL, // #497 NULL, // #498 NULL, // #499 NULL, // #500 -- 2.39.2