Additional attempt to compensate for spectatoriness in K_ObjectTracking.

This commit is contained in:
toaster 2021-02-19 20:51:58 +00:00
parent 41bd345356
commit bcf07576c7

View file

@ -823,7 +823,7 @@ void K_ObjectTracking(trackingResult_t *result, vector3_t *point, UINT8 cameraNu
return;
}
if (cam->chase == true)
if (cam->chase == true && !player->spectator)
{
// Use the camera's properties.
viewpointX = cam->x;