diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-09 18:49:09 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-02-09 18:49:09 +0100 |
commit | a096f3bc44d6df06b752e148a8cf33d9099700d1 (patch) | |
tree | 0f44433e4602f2534689a9313e830a6076f01055 /map | |
parent | Screenres ok (diff) | |
download | 42-cub3d-a096f3bc44d6df06b752e148a8cf33d9099700d1.tar.gz 42-cub3d-a096f3bc44d6df06b752e148a8cf33d9099700d1.tar.bz2 42-cub3d-a096f3bc44d6df06b752e148a8cf33d9099700d1.tar.xz 42-cub3d-a096f3bc44d6df06b752e148a8cf33d9099700d1.tar.zst 42-cub3d-a096f3bc44d6df06b752e148a8cf33d9099700d1.zip |
Secured a segfault
Diffstat (limited to 'map')
-rw-r--r-- | map/map_one.cub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/map/map_one.cub b/map/map_one.cub index 8bafa8c..2a4c17a 100644 --- a/map/map_one.cub +++ b/map/map_one.cub @@ -1,4 +1,4 @@ -R 1200 10070 +R 1200 600 NO ./path_to_the_north_texture SO ./path_to_the_south_texture |