From 348c700fedae3b0005660d8c42941fe7c69027d4 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Sun, 22 Mar 2026 11:26:51 +0300 Subject: Handle when visited == NULL in draw_map() --- main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 3b96f52..06c4e18 100644 --- a/main.c +++ b/main.c @@ -15,7 +15,6 @@ - Implement Dijkstra algorithm - Implement the A* algorithm - Implement it with 4 and 8 directions - - Add ability to see visited squares - MORE MAPS FOR THE MAP PEOPLE - Implement adding maps from files (with rle, preferably) - Implement controls (to change maps, move start/goal, etc.) -- cgit v1.2.3