# | Line 51 | Line 51 | castshadow(int sn, FVECT rorg, FVECT rdir) | |
---|---|---|
51 | if (srcblocker(&rt1)) | |
52 | return(1); | |
53 | /* move past failed blocker */ | |
54 | < | VSUM(rt.rorg, rt.rop, rt.rdir, FTINY); |
54 | > | VSUM(rt.rorg, rt.rop, rt.rdir, 10.*FTINY); |
55 | rayclear(&rt); /* & try again... */ | |
56 | } | |
57 | return(0); /* found no blockers */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |