Imposible canviar la rendererSurface
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user