From b7a7f2532f6b4e50431a825655e137250fbaed56 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 7 Apr 2013 10:54:26 +0000 Subject: [PATCH] fix H2 compat again. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4297 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/server/pr_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/server/pr_cmds.c b/engine/server/pr_cmds.c index ba8da869a..e2f8b7984 100644 --- a/engine/server/pr_cmds.c +++ b/engine/server/pr_cmds.c @@ -9091,7 +9091,7 @@ BuiltinList_t BuiltinList[] = { //nq qw h2 ebfs {"findradius", PF_findradius, 22, 22, 22, 0, "entity(vector org, float rad)"}, //both bprint and sprint accept different arguments in QW vs NQ/H2 {"bprint", PF_bprint, 23, 0, 23, 0, "void(string s, optional string s2, optional string s3, optional string s4, optional string s5, optional string s6, optional string s7, optional string s8)"}, - {"bprint", PF_bprint, 0, 23, 23, 0, "void(float msglvl, string s, optional string s2, optional string s3, optional string s4, optional string s5, optional string s6, optional string s7)"}, + {"bprint", PF_bprint, 0, 23, 0, 0, "void(float msglvl, string s, optional string s2, optional string s3, optional string s4, optional string s5, optional string s6, optional string s7)"}, {"sprint", PF_sprint, 24, 0, 24, 0, "void(entity client, string s, optional string s2, optional string s3, optional string s4, optional string s5, optional string s6, optional string s7)"}, {"sprint", PF_sprint, 0, 24, 0, 0, "void(entity client, float msglvl, string s, optional string s2, optional string s3, optional string s4, optional string s5, optional string s6)"}, //these have subtly different behaviour, and are implemented using different internal builtins, which is a bit weird in the extensions file. documentation is documentation.