From 5ef5f4b41fa81da0f1abc188a94b81041347ef01 Mon Sep 17 00:00:00 2001 From: Freeman-AM Date: Fri, 1 Aug 2014 18:53:19 +0200 Subject: [PATCH] hlsdk_const.inc : modification of constants description. --- plugins/include/hlsdk_const.inc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/plugins/include/hlsdk_const.inc b/plugins/include/hlsdk_const.inc index bb97a863..f88f756d 100644 --- a/plugins/include/hlsdk_const.inc +++ b/plugins/include/hlsdk_const.inc @@ -111,8 +111,13 @@ #define EF_LIGHT 64 // Rocket flare glow sprite #define EF_NODRAW 128 // Don't draw entity -// Camera mode constants -// Usually stored in pev_iuser1 field in Counter-Strike and Half-Life +/* +* Spectating camera mode constants +* +* 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 +*/ #define OBS_NONE 0 #define OBS_CHASE_LOCKED 1 // Locked Chase Cam #define OBS_CHASE_FREE 2 // Free Chase Cam