| # | Line 362 | Line 362 | struct position *lasty; /* input/output */ | |
|---|---|---|
| 362 | struct position lastx, newpos; | |
| 363 | register int x; | |
| 364 | ||
| 365 | + | lastx.z = 0; |
| 366 | for (x = thresolu-1; x >= 0; x--) { | |
| 367 | pos[0] = (x+.5)/thresolu + theirview.hoff - .5; | |
| 368 | pos[1] = (y+.5)/tvresolu + theirview.voff - .5; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |