From: divverent Date: Wed, 27 Feb 2008 14:01:55 +0000 (+0000) Subject: oops... double builtins suck X-Git-Tag: xonotic-v0.1.0preview~2377 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5567b4caee4ef070c074969d9e1ddb67289c8f86;p=xonotic%2Fdarkplaces.git oops... double builtins suck git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8145 d7cf8633-e32d-0410-b094-e92efae38249 --- 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