aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */