From 7aa895089ac851221b60de771cc249280848958d Mon Sep 17 00:00:00 2001 From: Freeman-AM Date: Fri, 1 Aug 2014 19:09:47 +0200 Subject: [PATCH] hlsdk_const.inc : modification of constants description. --- plugins/include/hlsdk_const.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/include/hlsdk_const.inc b/plugins/include/hlsdk_const.inc index f88f756d..0d96958f 100644 --- a/plugins/include/hlsdk_const.inc +++ b/plugins/include/hlsdk_const.inc @@ -111,12 +111,12 @@ #define EF_LIGHT 64 // Rocket flare glow sprite #define EF_NODRAW 128 // Don't draw entity -/* +/** * Spectating camera mode constants * -* those constants are linked to differents camera mode available when you are spectating. +* Those constants are linked to differents camera mode available when you are spectating. * (death or spectator team) -* they are usually stored in pev_iuser1 field in Counter-Strike and Half-Life games +* They are usually stored in pev_iuser1 field in Counter-Strike and Half-Life games. */ #define OBS_NONE 0 #define OBS_CHASE_LOCKED 1 // Locked Chase Cam