diff --git a/src/graphics/graphics.c b/src/graphics/graphics.c index c06f371..7d91d63 100644 --- a/src/graphics/graphics.c +++ b/src/graphics/graphics.c @@ -778,6 +778,7 @@ void main_test_graphics (void) console); else for (int i = 0; i < 1; i++) arrows_nb = set_arrow (arrows_ptr, arrows_nb, 1, 1, 1, 0, i, 0, 0, 0, 1); + arrows_nb = set_arrow (arrows_ptr, arrows_nb, 1, 1, 1, 0, 1, 0, 0, 0, 1); if (randomize) print_user_choices(arrows_ptr, max_arrows_nb, arrows_nb, space_X, space_Y, space_Z, 1, 0);