mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-09-13 14:42:01 +00:00
This commit is contained in:
parent
d86b0bf480
commit
3503619bdd
@ -153,6 +153,9 @@ void DLLEXPORT CAM_Think( void )
|
||||
#endif
|
||||
vec3_t viewangles;
|
||||
|
||||
if( gEngfuncs.GetMaxClients() > 1 && CL_IsThirdPerson() )
|
||||
CAM_ToFirstPerson();
|
||||
|
||||
switch( (int)cam_command->value )
|
||||
{
|
||||
case CAM_COMMAND_TOTHIRDPERSON:
|
||||
|
Loading…
x
Reference in New Issue
Block a user