diff options
author | davidovski <david@sendula.com> | 2021-08-02 00:58:38 +0100 |
---|---|---|
committer | davidovski <david@sendula.com> | 2021-08-02 00:58:38 +0100 |
commit | 3e104355bc1c2386a7651f7f1d137ce016d31189 (patch) | |
tree | 6783433126ddd9a3c5948c7ab66f2625a8306465 /src/const.h | |
parent | e3e3eb890f876c878c06a046c7c7e96583adc7ed (diff) |
Added corridors
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 |