diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-24 19:26:33 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-24 19:26:33 +0100 |
commit | a1ea0b4d5f6b27d9983a7702491b00dbe2bab610 (patch) | |
tree | 0f7d32a2c8b2fe0e816d6a0d01b4cab47005b824 /map/map_two.cub | |
parent | strdups (diff) | |
download | 42-cub3d-a1ea0b4d5f6b27d9983a7702491b00dbe2bab610.tar.gz 42-cub3d-a1ea0b4d5f6b27d9983a7702491b00dbe2bab610.tar.bz2 42-cub3d-a1ea0b4d5f6b27d9983a7702491b00dbe2bab610.tar.xz 42-cub3d-a1ea0b4d5f6b27d9983a7702491b00dbe2bab610.tar.zst 42-cub3d-a1ea0b4d5f6b27d9983a7702491b00dbe2bab610.zip |
Not ignoring get_next_line return value anymore
Diffstat (limited to 'map/map_two.cub')
-rw-r--r-- | map/map_two.cub | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/map/map_two.cub b/map/map_two.cub index 2f45994..f445ac0 100644 --- a/map/map_two.cub +++ b/map/map_two.cub @@ -1,2 +1 @@ -R 800 600 -NO ./path_to_the_north_texture
\ No newline at end of file +R 123 123 |