- [FIX] Ja funcionen les eixides per el piso
This commit is contained in:
@@ -339,22 +339,22 @@ namespace room
|
||||
return max;
|
||||
}
|
||||
|
||||
uint8_t getDoors()
|
||||
int getDoors()
|
||||
{
|
||||
return doors;
|
||||
}
|
||||
|
||||
uint8_t getDoor(const int d)
|
||||
int getDoor(const int d)
|
||||
{
|
||||
return door_height[d];
|
||||
}
|
||||
|
||||
uint8_t getExit(const int d)
|
||||
int getExit(const int d)
|
||||
{
|
||||
return exits[d];
|
||||
}
|
||||
|
||||
uint8_t getColor()
|
||||
int getColor()
|
||||
{
|
||||
return color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user