work in progress
This commit is contained in:
@ -18,7 +18,7 @@ private:
|
||||
static const int MAX_ROOM_WIDTH = 20;
|
||||
static const int MAX_ROOM_HEIGHT = 5;
|
||||
// setup safezones
|
||||
static const int ACTUAL_MAP_WIDTH = MAP_WIDTH - 5;
|
||||
static const int ACTUAL_MAP_WIDTH = MAP_WIDTH - 6;
|
||||
static const int ACTUAL_MAP_HEIGHT = MAP_HEIGHT - 5;
|
||||
static const int MAP_PADDING = 3;
|
||||
static const int MIN_ROOM_SPACING = 3;
|
||||
|
Reference in New Issue
Block a user