diff options
author | Rudy Bousset <rbousset@z2r4p1.le-101.fr> | 2020-03-11 18:06:17 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p1.le-101.fr> | 2020-03-11 18:06:17 +0100 |
commit | 7b61072321c71c1612a7b33d2e8d722a49c5bc99 (patch) | |
tree | 6369fc33d405013e40e152061bb080e6a5caabf8 /src/ft_get_player_spawn.c | |
parent | Performance (diff) | |
download | 42-cub3d-7b61072321c71c1612a7b33d2e8d722a49c5bc99.tar.gz 42-cub3d-7b61072321c71c1612a7b33d2e8d722a49c5bc99.tar.bz2 42-cub3d-7b61072321c71c1612a7b33d2e8d722a49c5bc99.tar.xz 42-cub3d-7b61072321c71c1612a7b33d2e8d722a49c5bc99.tar.zst 42-cub3d-7b61072321c71c1612a7b33d2e8d722a49c5bc99.zip |
ca tue
Diffstat (limited to 'src/ft_get_player_spawn.c')
-rw-r--r-- | src/ft_get_player_spawn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_get_player_spawn.c b/src/ft_get_player_spawn.c index 6853313..ef2edd9 100644 --- a/src/ft_get_player_spawn.c +++ b/src/ft_get_player_spawn.c @@ -83,6 +83,7 @@ void plist->start_y = plist->pos_y; ft_get_start_side(clist->mlist.map[y][x], plist); ft_get_sprite_spawn(clist); + ft_get_trap_spawn(clist); return ; } x++; |