aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index a5aaccf..68b5a1c 100644
--- a/main.c
+++ b/main.c
@@ -60,8 +60,8 @@ int main(int argc, char **argv) {
Map map = NULL;
size_t **cell_costs = NULL;
- size_t mwidth = 20; /* Maze width */
- size_t mheight = 10; /* Maze height */
+ size_t mwidth = 19; /* Maze width */
+ size_t mheight = 11; /* Maze height */
char filename[FILENAME_BUF_SIZE] = "\0";