Arreglos en la estructura i format del codi

This commit is contained in:
2025-03-01 20:39:44 +01:00
parent 5c371e7517
commit 360ebfd2e6
12 changed files with 126 additions and 156 deletions

View File

@@ -212,10 +212,10 @@ struct OptionsStats
worst_nightmare("") {}
// Constructor
OptionsStats(int r, int i, const std::string wn)
: rooms(r),
items(i),
worst_nightmare(wn) {}
OptionsStats(int rooms, int items, const std::string &worst_nightmare)
: rooms(rooms),
items(items),
worst_nightmare(worst_nightmare) {}
};
// Estructura con opciones de la ventana