| # | Line 452 | Line 452 | register CUBE *cu; | |
|---|---|---|
| 452 | } | |
| 453 | /*NOTREACHED*/ | |
| 454 | } | |
| 455 | < | if (isfull(cu->cutree) && checkhit(r, cu, cxs)) |
| 455 | > | if (isfull(cu->cutree)) { |
| 456 | > | if (checkhit(r, cu, cxs)) |
| 457 | > | return(RAYHIT); |
| 458 | > | } else if (r->ro == &Aftplane && incube(cu, r->rop)) |
| 459 | return(RAYHIT); | |
| 460 | /* advance to next cube */ | |
| 461 | if (dirf&0x11) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |