diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-26 13:52:27 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-26 13:52:27 +0300 |
| commit | ba7536bea9d38d8b0c12636091ff1d1aabee18e7 (patch) | |
| tree | 5dd2f17ff9ca3ae02ad6f0c775cb5ae3ed45b0ce | |
| parent | ee3de74499400500ea1bfabbe77e62a67b1c406b (diff) | |
| download | astar-ba7536bea9d38d8b0c12636091ff1d1aabee18e7.tar.xz | |
Remove another outdated FIXME
| -rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -127,7 +127,6 @@ int main(int argc, char **argv) { case 'k': offset_y -= 1; break; case 'n': if (is_maze) { - //FIXME: free it all before generating a new one map_free(map, height); map = rbt_maze_map(mwidth, mheight, (unsigned int) time(NULL)); path_free(path, height); |
