aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-04-14 22:59:40 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-04-14 22:59:40 +0300
commitae56cad3522a29ffc6a7c20df38a9817c505ef08 (patch)
treefff7f797dfbc0b9ecefcd60b7dd0040bc55b0818
parentfbb0739ac9fa8260d1e7a908fd7f9cb8c57a1188 (diff)
downloadastar-ae56cad3522a29ffc6a7c20df38a9817c505ef08.tar.xz
Remove unneeded getch()
-rw-r--r--map.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/map.c b/map.c
index 10b5d4d..be46a83 100644
--- a/map.c
+++ b/map.c
@@ -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 */