From b30087062bea536f713ac9cbdf304cb24fa0e844 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sun, 8 Mar 2020 17:11:26 +0100 Subject: Removed sceret door bonus because it is no door --- src/ft_detect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ft_detect.c') diff --git a/src/ft_detect.c b/src/ft_detect.c index cbd8c58..42ecb3f 100644 --- a/src/ft_detect.c +++ b/src/ft_detect.c @@ -74,7 +74,7 @@ void cl->rlist.sqy += cl->mlist.y_step; cl->rlist.side = 1; } - if (ft_ischarset("1LD", cl->mlist.map[cl->rlist.sqx][cl->rlist.sqy])) + if (ft_ischarset(FT_CHRST_DETECT, cl->mlist.map[cl->rlist.sqx][cl->rlist.sqy])) cl->rlist.hit = 1; } } -- cgit v1.2.3