mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Copypaste error for s_besttimes
This commit is contained in:
@@ -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]) + ",";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user