aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_raycasting.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_raycasting.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_raycasting.c b/src/ft_raycasting.c
index 8a79154..0a1acac 100644
--- a/src/ft_raycasting.c
+++ b/src/ft_raycasting.c
@@ -108,7 +108,7 @@ void
pthread_join(tid[1], 0x0);
ft_calc_sprite(cl);
ft_calc_heal(cl);
- ft_calc_trap(cl);
+ /* ft_calc_trap(cl); */
ft_calc_weaps(cl);
if (cl->plist.handles_weapon > -1)
ft_draw_handweap(cl);