mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-12 19:18:20 +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)
|
void CFileScore::ShowRank(int ClientID, const char* pName, bool Search)
|
||||||
{
|
{
|
||||||
CPlayerScore *pScore;
|
CPlayerScore *pScore;
|
||||||
int Pos;
|
int Pos = -1;
|
||||||
char aBuf[512];
|
char aBuf[512];
|
||||||
|
|
||||||
if (!Search)
|
if (!Search)
|
||||||
|
|
Loading…
Reference in a new issue