| # | Line 488 | Line 488 | register CUBE *scene; | |
|---|---|---|
| 488 | } | |
| 489 | cxset[0] = 0; | |
| 490 | raymove(curpos, cxset, sflags, r, scene); | |
| 491 | < | return(r->ro != NULL & r->ro != &Aftplane); |
| 491 | > | return((r->ro != NULL) & (r->ro != &Aftplane)); |
| 492 | } | |
| 493 | ||
| 494 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |