Arreglos en la estructura i format del codi
This commit is contained in:
@@ -187,7 +187,7 @@ void Cheevos::saveToFile()
|
||||
int Cheevos::unlocked()
|
||||
{
|
||||
int count = 0;
|
||||
for (auto cheevo : cheevos_list_)
|
||||
for (const auto &cheevo : cheevos_list_)
|
||||
{
|
||||
if (cheevo.completed)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user