From 52833855527530cf136cebeabbe55e268de17c0d Mon Sep 17 00:00:00 2001 From: sajt Date: Tue, 23 Aug 2005 05:50:55 +0000 Subject: [PATCH 1/1] Forgot a little portion of the comment :-( git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5637 d7cf8633-e32d-0410-b094-e92efae38249 --- svvm_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svvm_cmds.c b/svvm_cmds.c index c6def35f..c251f370 100644 --- a/svvm_cmds.c +++ b/svvm_cmds.c @@ -2476,7 +2476,7 @@ PF_gettaginfo, // #452 vector(entity ent, float tagindex) gettaginfo (DP_QC_G PF_dropclient, // #453 void(entity clent) dropclient (DP_SV_DROPCLIENT) PF_spawnclient, // #454 entity() spawnclient (DP_SV_BOTCLIENT) PF_clienttype, // #455 float(entity clent) clienttype (DP_SV_BOTCLIENT) -PF_WriteUnterminatedString, // #456 +PF_WriteUnterminatedString, // #456 void(float to, string s) WriteUnterminatedString (DP_SV_WRITEUNTERMINATEDSTRING) NULL, // #457 NULL, // #458 NULL, // #459 -- 2.39.2