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