mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Does that make you happy?
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@701 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b0a54a31c4
commit
4d770559c8
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ char *Skin_FindName (player_info_t *sc)
|
|||
Q_strncpyz(name, baseskin.string, sizeof(name));
|
||||
}
|
||||
|
||||
if (cl.spectator && (tracknum = Cam_TrackNum()) != -1)
|
||||
if (cl.spectator && (tracknum = Cam_TrackNum(cl.playernum[0])) != -1)
|
||||
skinforcing_team = cl.players[tracknum].team;
|
||||
else if (cl.spectator)
|
||||
skinforcing_team = "spec";
|
||||
|
|
Loading…
Reference in a new issue