| # | Line 93 | Line 93 | text(m, r) | |
|---|---|---|
| 93 | register OBJREC *m; | |
| 94 | RAY *r; | |
| 95 | { | |
| 96 | < | double v[3]; |
| 96 | > | FVECT v; |
| 97 | int foreground; | |
| 98 | /* get transformed position */ | |
| 99 | if (r->rox != NULL) | |
| # | Line 250 | Line 250 | OBJREC *m; | |
| 250 | { | |
| 251 | register TEXT *tp; | |
| 252 | register TLINE *tlp; | |
| 253 | < | double v[3], y, x; |
| 253 | > | FVECT v; |
| 254 | > | double y, x; |
| 255 | int col; | |
| 256 | register int lno; | |
| 257 | /* first, compute position in text */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |