Urm, string, not value

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1705 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-12-13 02:33:03 +00:00
parent f01489b7f4
commit 811d31569e
1 changed files with 2 additions and 2 deletions

View File

@ -3128,9 +3128,9 @@ char *CL_ParseChat(char *text, player_info_t **player)
if (!suppress_talksound)
{
if (flags == 2 && cl.teamplay)
S_LocalSound (cl_teamchatsound.value);
S_LocalSound (cl_teamchatsound.string);
else
S_LocalSound (cl_enemychatsound.value);
S_LocalSound (cl_enemychatsound.string);
}
if (cl_nofake.value == 1 || (cl_nofake.value == 2 && flags != 2)) {