| # | Line 176 | Line 176 | addray( /* add a ray to our output holodeck */ | |
|---|---|---|
| 176 | int sn, bi, n; | |
| 177 | register HOLO *hp; | |
| 178 | GCOORD gc[2]; | |
| 179 | < | BYTE rr[2][2]; |
| 179 | > | uby8 rr[2][2]; |
| 180 | BEAM *bp; | |
| 181 | double d0, d1; | |
| 182 | unsigned dc; | |
| # | Line 359 | Line 359 | addpicz( /* add a picture + depth-buffer */ | |
| 359 | error(USER, errmsg); | |
| 360 | } | |
| 361 | if (phd.altprims) { | |
| 362 | < | sprintf(errmsg, "ignoring primary values in picture \"%s\"", |
| 362 | > | sprintf(errmsg, "ignoring color primaries in picture \"%s\"", |
| 363 | pcf); | |
| 364 | error(WARNING, errmsg); | |
| 365 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |