aboutsummaryrefslogtreecommitdiff
path: root/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'map.c')
-rw-r--r--map.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/map.c b/map.c
index 5940d02..b067475 100644
--- a/map.c
+++ b/map.c
@@ -624,9 +624,8 @@ void map_editor(Map *map, size_t *width, size_t *height, Position *start, Positi
char **visited = NULL;
Path path = NULL;
- draw_map(*map, NULL, *width, *height, *start, *goal, NULL, path, visited, NULL);
set_message("You've entered the map editor. 'q' to quit");
- print_message(*height);
+ draw_map(*map, NULL, *width, *height, *start, *goal, NULL, path, visited, NULL);
MEVENT event;
mmask_t oldmask;