From: cloudwalk Date: Sat, 27 Jun 2020 02:27:20 +0000 (+0000) Subject: Add missing builtin to menudefs.qc, discovered by terencehill X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=f5d9eeb6e26aef07534bb1383004cb39d4ffb18d;p=xonotic%2Fdarkplaces.git Add missing builtin to menudefs.qc, discovered by terencehill git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12739 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/dpdefs/menudefs.qc b/dpdefs/menudefs.qc index 8d24bf42..1890a4b0 100644 --- a/dpdefs/menudefs.qc +++ b/dpdefs/menudefs.qc @@ -541,6 +541,7 @@ void coverage() = #642; // Reports a coverage event. The engine counts for each // assorted undocumented extensions string(string, float) netaddress_resolve = #625; string(string search, string replace, string subject) strreplace = #484; +string(string search, string replace, string subject) strireplace = #485; string(float uselocaltime, string format, ...) strftime = #478; float(string s) tokenize_console = #514; float(float i) argv_start_index = #515;