aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_print_list.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-02-04 23:45:21 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-02-04 23:45:21 +0100
commit20a7a10c762d2d81d3f749d08d4da3f56a045dce (patch)
tree0e04d3d6b0828b4b65e1bb4d49b464678492b03d /src/ft_print_list.c
parentPretty good (diff)
download42-cub3d-20a7a10c762d2d81d3f749d08d4da3f56a045dce.tar.gz
42-cub3d-20a7a10c762d2d81d3f749d08d4da3f56a045dce.tar.bz2
42-cub3d-20a7a10c762d2d81d3f749d08d4da3f56a045dce.tar.xz
42-cub3d-20a7a10c762d2d81d3f749d08d4da3f56a045dce.tar.zst
42-cub3d-20a7a10c762d2d81d3f749d08d4da3f56a045dce.zip
Scale
Diffstat (limited to '')
-rw-r--r--src/ft_print_list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_print_list.c b/src/ft_print_list.c
index 601a498..c459a11 100644
--- a/src/ft_print_list.c
+++ b/src/ft_print_list.c
@@ -36,5 +36,6 @@ void
i++;
}
ft_printf("Map width -- [%zu]\n", clist->map_w);
+ ft_printf("2D scale --- [%hu]\n", clist->scale);
ft_printf("----------------------\n");
}