diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-07 13:58:21 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-07 13:58:21 +0200 |
commit | 9ec1dcddc92571ba7b65710f49ffc0d018c6db71 (patch) | |
tree | c4d3358e45b2d621a5e1e942291e41d17af9509f /inc | |
parent | Better sound handling, few changes (diff) | |
download | 42-cub3d-9ec1dcddc92571ba7b65710f49ffc0d018c6db71.tar.gz 42-cub3d-9ec1dcddc92571ba7b65710f49ffc0d018c6db71.tar.bz2 42-cub3d-9ec1dcddc92571ba7b65710f49ffc0d018c6db71.tar.xz 42-cub3d-9ec1dcddc92571ba7b65710f49ffc0d018c6db71.tar.zst 42-cub3d-9ec1dcddc92571ba7b65710f49ffc0d018c6db71.zip |
Freed big leaks
Diffstat (limited to 'inc')
-rw-r--r-- | inc/cub3d_defines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h index be48fbe..e8c5781 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -158,6 +158,7 @@ enum # else # define FT_SND_CMD "/usr/bin/aplay -f cd -t wav -q %s" # endif +# define FT_SND_TERM_CMD "pkill -SIGTERM afplay" /* ** ====== MOVE SPEED ====== |