Fix compiler warning

This commit is contained in:
def 2017-06-02 21:49:53 +02:00
parent b8d61e9b7d
commit 45acda1a66

View file

@ -258,7 +258,7 @@ void CFileScore::ShowTop5(IConsole::IResult *pResult, int ClientID,
void CFileScore::ShowRank(int ClientID, const char* pName, bool Search)
{
CPlayerScore *pScore;
int Pos;
int Pos = -1;
char aBuf[512];
if (!Search)