diff options
| -rw-r--r-- | map.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -522,7 +522,6 @@ void map_editor(Map *map, size_t *width, size_t *height, Position *start, Positi map_to_file_plaintext(filename, *map, *width, *height, *start, *goal); - getch(); break; /* TODO: keybindings to resize the map */ |
