From 4ec539d7142b3d0ea34bf4d428b3249aeb331c31 Mon Sep 17 00:00:00 2001 From: Tyler Young Date: Mon, 23 Jan 2023 20:12:20 -0500 Subject: [PATCH] Move PF_tokenize and PF_ArgV to correct locations in QC --- source/server/defs/quakespasm.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/server/defs/quakespasm.qc b/source/server/defs/quakespasm.qc index 51abba4..260c3da 100644 --- a/source/server/defs/quakespasm.qc +++ b/source/server/defs/quakespasm.qc @@ -267,8 +267,8 @@ string (string s) string (string s) strtrim = #120; // 2001-09-20 QuakeC file access by FrikaC end // 2001-11-15 DarkPlaces general builtin functions by Lord Havoc start -float(string s) tokenize = #130; -string(float num) argv = #131; +float(string s) tokenize = #441; +string(float num) argv = #442; // 2001-11-15 DarkPlaces general builtin functions by Lord Havoc end //void (string trackname) songegg = #500; //void () nzp_maxammo = #501;