From ae56cad3522a29ffc6a7c20df38a9817c505ef08 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Tue, 14 Apr 2026 22:59:40 +0300 Subject: Remove unneeded getch() --- map.c | 1 - 1 file changed, 1 deletion(-) (limited to 'map.c') 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 */ -- cgit v1.2.3