diff options
Diffstat (limited to 'src/ft_warp_level.c')
-rw-r--r-- | src/ft_warp_level.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ft_warp_level.c b/src/ft_warp_level.c index 5055445..f9fac3e 100644 --- a/src/ft_warp_level.c +++ b/src/ft_warp_level.c @@ -60,8 +60,6 @@ static int8_t ft_del_sprites_lists(cl); if (ft_init_sprites(&cl->sprites) < 0) return (-1); - if (ft_init_weaps(&cl->weaps) < 0) - return (-1); if (ft_init_map(&cl->mlist) < 0) return (-1); i = 0; @@ -101,6 +99,7 @@ int8_t char *tmp_mup; uint8_t isoldmus; + cl->walltexgood = 0; if (!(next_path = (char *)malloc((ft_strlen(path) + 1) * sizeof(char)))) return (-1); ft_sprintf(next_path, "%s", path); |