| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | /* Copyright (c) 1994 Regents of the University of California */ |
| 1 | > | /* Copyright (c) 1995 Regents of the University of California */ |
| 2 | ||
| 3 | #ifndef lint | |
| 4 | static char SCCSid[] = "$SunId$ LBL"; | |
| # | Line 396 | Line 396 | register CUBE *scene; | |
| 396 | return(0); | |
| 397 | } | |
| 398 | cxset[0] = 0; | |
| 399 | < | return(raymove(curpos, cxset, sflags, r, scene) == RAYHIT && |
| 400 | < | r->ro != &Aftplane); |
| 399 | > | raymove(curpos, cxset, sflags, r, scene); |
| 400 | > | return(r->ro != NULL & r->ro != &Aftplane); |
| 401 | } | |
| 402 | ||
| 403 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |