From 49427f83bc3751fdb35f567b17abf9ddbd87bd48 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Mon, 30 Mar 2026 20:09:21 +0300 Subject: Update TODOs and FIXMEs --- map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'map.h') diff --git a/map.h b/map.h index c58b3fa..8f0dcab 100644 --- a/map.h +++ b/map.h @@ -20,7 +20,7 @@ unsigned int neighbours_8dir(Position neighbour_array[8], size_t cost_array[8], /* https://en.wikipedia.org/wiki/Maze_generation_algorithm#Randomized_depth-first_search * WARNING: width and height are not the width and height of the returned map! - * TODO: formula for actual size */ + * The actual size for a given dimention is (dimension * 2 - 1) */ Map rbt_maze_map(size_t width, size_t height, unsigned int seed); /* Reads the map from a file, saves size in `width` and `height` -- cgit v1.2.3