diff options
Diffstat (limited to 'src/const.h')
-rw-r--r-- | src/const.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/const.h b/src/const.h index 068a36d..c7042fc 100644 --- a/src/const.h +++ b/src/const.h @@ -1,4 +1,5 @@ -#define ROOM_COUNT 6 +#define ROOM_COUNT 16 #define MAX_SIZE 100 #define MIN_SIZE 35 +#define SEED 0 |