diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-14 22:59:40 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-14 22:59:40 +0300 |
| commit | ae56cad3522a29ffc6a7c20df38a9817c505ef08 (patch) | |
| tree | fff7f797dfbc0b9ecefcd60b7dd0040bc55b0818 | |
| parent | fbb0739ac9fa8260d1e7a908fd7f9cb8c57a1188 (diff) | |
| download | astar-ae56cad3522a29ffc6a7c20df38a9817c505ef08.tar.xz | |
Remove unneeded getch()
| -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 */ |
