diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -198,6 +198,7 @@ int main(int argc, char **argv) { path_free(path, height); map_editor(&map, &width, &height, &start_pos, &end_pos); + wrefresh(curscr); visited = visited_new(width, height); path = path_func(dirs, map, width, height, start_pos, end_pos, visited, anim); |
