mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-18 14:31:52 +00:00
Spectating is a bit more pleasant now that you can see a difference between the teams...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2777 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3d5541a976
commit
f4eca4b936
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(cl.playernum[0])) != -1)
|
||||
if (cl.spectator && (tracknum = Cam_TrackNum(0)) != -1)
|
||||
skinforcing_team = cl.players[tracknum].team;
|
||||
else if (cl.spectator)
|
||||
skinforcing_team = "spec";
|
||||
|
|
Loading…
Reference in a new issue