Imposible canviar la rendererSurface

This commit is contained in:
2025-03-05 18:51:36 +01:00
parent d41b0cb31c
commit 70a50f5117
16 changed files with 199 additions and 257 deletions

View File

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