From efbb0582cd9d69f6bec0133b6858c3d26081b975 Mon Sep 17 00:00:00 2001 From: cypress Date: Sun, 7 Jan 2024 10:08:50 -0500 Subject: [PATCH] SERVER/STANDARD: Add crc16 builtin --- source/server/defs/standard.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/source/server/defs/standard.qc b/source/server/defs/standard.qc index 33dad35..d3f4976 100644 --- a/source/server/defs/standard.qc +++ b/source/server/defs/standard.qc @@ -266,6 +266,7 @@ string(float num) // 2001-11-15 DarkPlaces general builtin functions by Lord Havoc end // DP_QC_STRING_CASE_FUNCTIONS string (string s) strtolower = #480; +float (float caseinsensitive, string s) crc16 = #494; void (string trackname) songegg = #500; void () nzp_maxammo = #501; void (entity who) grenade_pulse = #502;