Cambiada una frase de castellano a ingles en el fichero de estadisticas
This commit is contained in:
@@ -224,7 +224,7 @@ void Stats::saveToFile(std::string filePath, std::vector<stats_t> &list)
|
||||
std::ofstream file(filePath);
|
||||
|
||||
// Escribe en el fichero
|
||||
file << "# NOMBRE DE LA HABITACION;VISITAS;MUERTES" << std::endl;
|
||||
file << "# ROOM NAME;VISITS;DEATHS" << std::endl;
|
||||
for (auto item : list)
|
||||
{
|
||||
file << item.name << ";" << item.visited << ";" << item.died << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user