]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_cmds.c
rename VM_hash to VM_crc16, and the extension to DP_QC_CRC16. That way, it is specifi...
[xonotic/darkplaces.git] / prvm_cmds.c
index c3292266cbe6f135ad567251d1bfee600b53a483..a5c944c732d0ba88d9f34a8d9c9986258eff8a01 100644 (file)
@@ -4453,8 +4453,8 @@ void VM_strncasecmp (void)
        }
 }
 
-// #487 float(float caseinsensitive, string s, ...) hash
-void VM_hash(void)
+// #494 float(float caseinsensitive, string s, ...) crc16
+void VM_crc16(void)
 {
        float insensitive;
        static char s[VM_STRINGTEMP_LENGTH];