- Changed: Starting a new game or reloading an old one reset the chasecam.

SVN r319 (trunk)
This commit is contained in:
Randy Heit 2006-09-01 01:52:50 +00:00
commit da32156d41
4 changed files with 10 additions and 2 deletions

View file

@ -224,7 +224,9 @@ static void CopyPlayer (player_t *dst, player_t *src, const char *name)
// The userinfo needs to be saved for real players, but it
// needs to come from the save for bots.
userinfo_t uibackup = dst->userinfo;
int chasecam = dst->cheats & CF_CHASECAM; // Remember the chasecam setting
*dst = *src;
dst->cheats |= chasecam;
if (dst->isbot)
{