mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-24 17:54:59 +01:00
Copypaste error for s_besttimes
This commit is contained in:
parent
3d8f53cfd2
commit
ffe425a202
1 changed files with 1 additions and 1 deletions
|
@ -4971,7 +4971,7 @@ void Game::savestats()
|
||||||
dataNode->LinkEndChild( msg );
|
dataNode->LinkEndChild( msg );
|
||||||
|
|
||||||
std::string s_besttimes;
|
std::string s_besttimes;
|
||||||
for(size_t i = 0; i < besttrinkets.size(); i++ )
|
for(size_t i = 0; i < besttimes.size(); i++ )
|
||||||
{
|
{
|
||||||
s_besttimes += help.String(besttimes[i]) + ",";
|
s_besttimes += help.String(besttimes[i]) + ",";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue