diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-19 22:13:50 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-19 22:13:50 +0100 |
commit | cccc0c25b903599c081e3216b4fad1b3c7507b28 (patch) | |
tree | cf3292367f16eebe5f1c6cf7445978f095e4eb8f /src/ft_init_lists.c | |
parent | The og OOP (diff) | |
download | 42-cub3d-cccc0c25b903599c081e3216b4fad1b3c7507b28.tar.gz 42-cub3d-cccc0c25b903599c081e3216b4fad1b3c7507b28.tar.bz2 42-cub3d-cccc0c25b903599c081e3216b4fad1b3c7507b28.tar.xz 42-cub3d-cccc0c25b903599c081e3216b4fad1b3c7507b28.tar.zst 42-cub3d-cccc0c25b903599c081e3216b4fad1b3c7507b28.zip |
SoundsGoodMan
Diffstat (limited to 'src/ft_init_lists.c')
-rw-r--r-- | src/ft_init_lists.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_init_lists.c b/src/ft_init_lists.c index dbf4e8f..efb243b 100644 --- a/src/ft_init_lists.c +++ b/src/ft_init_lists.c @@ -32,7 +32,7 @@ t_rgb ** -------------- ** -1: no weapon ** 0: weapon one -** 1: weapon two +** 2: weapon two */ t_player |