mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Longer team ranks
This commit is contained in:
parent
aa3575e252
commit
2aa3303884
|
@ -783,7 +783,7 @@ bool CSqlScore::ShowTeamRankThread(CSqlServer* pSqlServer, const CSqlData *pGame
|
|||
try
|
||||
{
|
||||
// check sort methode
|
||||
char aBuf[600];
|
||||
char aBuf[2400];
|
||||
char aNames[2300];
|
||||
aNames[0] = '\0';
|
||||
|
||||
|
@ -927,7 +927,7 @@ bool CSqlScore::ShowTeamTop5Thread(CSqlServer* pSqlServer, const CSqlData *pGame
|
|||
try
|
||||
{
|
||||
// check sort methode
|
||||
char aBuf[512];
|
||||
char aBuf[2400];
|
||||
|
||||
pSqlServer->executeSql("SET @prev := NULL;");
|
||||
pSqlServer->executeSql("SET @previd := NULL;");
|
||||
|
|
Loading…
Reference in a new issue