mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix compiler warning
This commit is contained in:
parent
b8d61e9b7d
commit
45acda1a66
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue