mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 07:11:38 +00:00
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:
parent
db15b07ef4
commit
42ecbf1f4c
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue