diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; |
