]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Fix a bug in the automatically generated builtin file.
authorblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 10 Jan 2008 10:07:32 +0000 (10:07 +0000)
committerblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 10 Jan 2008 10:07:32 +0000 (10:07 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7947 d7cf8633-e32d-0410-b094-e92efae38249

clvm_cmds.c

index 6718b750fb5c6a20513f7057b92f6535e2b00b1c..290ad287373c89b1dcc7460f5a4969a3fae839ae 100644 (file)
@@ -2866,10 +2866,10 @@ void VM_CL_serverkey(void)
 //============================================================================
 
 // To create a almost working builtin file from this replace:
-// "^NULL,.*" with ""
-// "^{.*//.*}:Wh\(.*)" with ""
+// "^NULL.*" with ""
+// "^{.*//.*}:Wh\(.*\)" with "\1"
 // "\:" with "//"
-// ".*//:Wh{\#:d*}:Wh{.*}" with "\2 = \1;"
+// "^.*//:Wh{\#:d*}:Wh{.*}" with "\2 = \1;"
 // "\n\n+" with "\n\n"
 
 prvm_builtin_t vm_cl_builtins[] = {