- Changed: Starting a new game or reloading an old one reset the chasecam.
SVN r319 (trunk)
This commit is contained in:
parent
c87be34b08
commit
da32156d41
4 changed files with 10 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue