]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
oops... double builtins suck
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 27 Feb 2008 14:01:55 +0000 (14:01 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 27 Feb 2008 14:01:55 +0000 (14:01 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8145 d7cf8633-e32d-0410-b094-e92efae38249

clvm_cmds.c

index 08bf6c8fdd2710518b9177e25def9d72efd11466..415b3dae8f2552863b4b746ca54134b9d012b356 100644 (file)
@@ -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