Modificado el metodo de carga de habitaciones

This commit is contained in:
2022-07-11 09:37:58 +02:00
parent 6059a3b894
commit 783689c368
8 changed files with 152 additions and 16 deletions

View File

@@ -32,7 +32,6 @@ LISTADO DE ITEMS (tipo, posicion)
class Room
{
private:
std::string id; // Identificador
std::string name; // Nombre de la habitación
color_t bg_color; // Color de fondo de la habitación
std::string room_up; // Identificador de la habitación que se encuentra arriba