- [NEW] Cat's Life
This commit is contained in:
@@ -121,6 +121,8 @@ namespace room
|
||||
}
|
||||
|
||||
//void load(int x, int y, int8_t xp, int8_t xn, int8_t yp, int8_t yn, uint8_t col, uint8_t floor, uint8_t walls, uint8_t door, uint8_t walldoor)
|
||||
void reload() { load(current_room); }
|
||||
|
||||
void load(int room, const int door)
|
||||
{
|
||||
if (room > MAX_ROOMS || room < 0) {
|
||||
|
||||
Reference in New Issue
Block a user