diff options
| -rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -164,7 +164,6 @@ int main(int argc, char **argv) { draw_map(map, cell_costs, width, height, start_pos, end_pos, NULL, path, visited, NULL); int c = getch(); - /* TODO: keybinding to change dir amount */ /* * Keybindings: * [k] \ |
