mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
This should mean that switching spectator target fixes up the enemy/team skin forcing
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@819 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
33e1f445ba
commit
55d941cb32
1 changed files with 2 additions and 0 deletions
|
@ -142,6 +142,8 @@ void Cam_Lock(int pnum, int playernum)
|
|||
MSG_WriteString (&cls.netchan.message, st);
|
||||
spec_track[pnum] = playernum;
|
||||
locked[pnum] = false;
|
||||
|
||||
Skin_FlushPlayers();
|
||||
|
||||
if (cls.demoplayback == DPB_MVD)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue