Arreglos en la estructura i format del codi
This commit is contained in:
@@ -43,7 +43,7 @@ GameOver::GameOver()
|
||||
|
||||
// Inicializa el vector de colores
|
||||
const std::vector<std::string> colorList = {"white", "yellow", "cyan", "green", "magenta", "red", "blue", "black"};
|
||||
for (auto cl : colorList)
|
||||
for (const auto &cl : colorList)
|
||||
{
|
||||
colors_.push_back(stringToColor(options.video.palette, cl));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user