From 853574d7d26a8a15bee1ea0fc88b08f77084e38a Mon Sep 17 00:00:00 2001 From: havoc Date: Sat, 2 Jul 2005 02:55:56 +0000 Subject: [PATCH] changed two comments from saying long to int git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5478 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_parse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cl_parse.c b/cl_parse.c index de562876..6cfe6acf 100644 --- a/cl_parse.c +++ b/cl_parse.c @@ -29,7 +29,7 @@ char *svc_strings[128] = "svc_nop", "svc_disconnect", "svc_updatestat", - "svc_version", // [long] server version + "svc_version", // [int] server version "svc_setview", // [short] entity number "svc_sound", // "svc_time", // [float] server time @@ -38,7 +38,7 @@ char *svc_strings[128] = // the string should be \n terminated "svc_setangle", // [vec3] set the view angle to this absolute value - "svc_serverinfo", // [long] version + "svc_serverinfo", // [int] version // [string] signon string // [string]..[0]model cache [string]...[0]sounds cache // [string]..[0]item cache -- 2.39.2