Andrey Akhmichin 2021-07-07 00:41:17 +05:00
parent d86b0bf480
commit 3503619bdd
1 changed files with 3 additions and 0 deletions

View File

@ -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: