o Removed a debug message.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@482 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
puzl 2006-05-14 13:16:07 +00:00
parent db15b07ef4
commit 42ecbf1f4c

View file

@ -2404,8 +2404,6 @@ BIND_MESSAGE(Progress);
int AvHHud::Progress(const char* pszName, int iSize, void* pbuf)
{
NetMsg_ProgressBar( pbuf, iSize, this->mProgressBarEntityIndex, this->mProgressBarParam, this->mProgressBarCompleted );
char msg[1024];
CenterPrint(msg);
return 1;
}