mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-08 18:09:45 +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 );
|
||||
|
||||
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]) + ",";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue