1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 06:28:30 +02:00

Copypaste error for s_besttimes

This commit is contained in:
Ethan Lee 2020-07-01 00:31:41 -04:00
parent 3d8f53cfd2
commit ffe425a202

View File

@ -4971,7 +4971,7 @@ void Game::savestats()
dataNode->LinkEndChild( msg );
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]) + ",";
}