@@ -90,9 +90,6 @@ static void generate_maze(vec2_t p, vec2_t g)
draw_maze();
nanosleep(&pause, NULL);
if (p.x == g.x && p.y == g.y)
return;
dir_t visit[] = { LEFT, RIGHT, UP, DOWN };
for (int i = 3; i > 0; --i) {
const int r = rand() % (i + 1);
The note is not visible to the blocked user.