diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-02-22 23:19:52 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-02-22 23:19:52 +0100 |
commit | 7dc1b6b32f045649492f633f3edf1afa9d9fe0d3 (patch) | |
tree | 1effc3afde21c3015de2b6dc309e6ee0200b5a13 /map | |
parent | Perfect (diff) | |
download | 42-cub3d-7dc1b6b32f045649492f633f3edf1afa9d9fe0d3.tar.gz 42-cub3d-7dc1b6b32f045649492f633f3edf1afa9d9fe0d3.tar.bz2 42-cub3d-7dc1b6b32f045649492f633f3edf1afa9d9fe0d3.tar.xz 42-cub3d-7dc1b6b32f045649492f633f3edf1afa9d9fe0d3.tar.zst 42-cub3d-7dc1b6b32f045649492f633f3edf1afa9d9fe0d3.zip |
Secured weird screen size % 10 bug
Diffstat (limited to '')
-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 9269e32..a079238 100644 --- a/map/map_one.cub +++ b/map/map_one.cub @@ -1,4 +1,4 @@ -R 1400 900 +R 1400 10000 NO ./media/img/BRIQUASSES.xpm SO ./media/img/BRIQUASSE_3.xpm |