experimental fix for new stats sync code

This commit is contained in:
David Anderson
2006-02-28 09:43:20 +00:00
parent d4c2bf154f
commit 628d38df7a
4 changed files with 125 additions and 3 deletions

View File

@@ -129,7 +129,10 @@ bool CPlayer::Connect(const char* connectname, const char* ipaddress)
authorized = false;
for (int i=0; i<=4; i++)
{
channels[i] = 0.0f;
hudmap[i] = 0;
}
const char* authid = GETPLAYERAUTHID(pEdict);