diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-16 21:52:47 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-16 21:52:47 +0200 |
commit | ced157f2987e182f6baeec1e3fc68275feecbb42 (patch) | |
tree | 561d3dc57d2ef906081664c62c4778a1829199cc | |
parent | Not good (diff) | |
download | 42-cub3d-ced157f2987e182f6baeec1e3fc68275feecbb42.tar.gz 42-cub3d-ced157f2987e182f6baeec1e3fc68275feecbb42.tar.bz2 42-cub3d-ced157f2987e182f6baeec1e3fc68275feecbb42.tar.xz 42-cub3d-ced157f2987e182f6baeec1e3fc68275feecbb42.tar.zst 42-cub3d-ced157f2987e182f6baeec1e3fc68275feecbb42.zip |
Linux fix
-rw-r--r-- | inc/cub3d_defines.h | 3 | ||||
-rw-r--r-- | map/map_one.cub | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h index d1cddbb..bbc785f 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -165,8 +165,7 @@ enum # endif # if FT_OS == 1 # define FT_SND_TERM_CMD "pkill -SIGTERM afplay" -# endif -# if FT_OS == 3 +# else # define FT_SND_TERM_CMD "pkill -SIGTERM waveplay" # endif diff --git a/map/map_one.cub b/map/map_one.cub index e31d162..eebef2d 100644 --- a/map/map_one.cub +++ b/map/map_one.cub @@ -1,4 +1,4 @@ -R 800 800 +R 1200 900 NO ./media/img/tex/wood_wall_1_small.xpm SO ./media/img/tex/wood_wall_1_small.xpm |