| # | Line 467 | Line 467 | double | |
|---|---|---|
| 467 | l_ray(nam) /* return ray origin or direction */ | |
| 468 | register char *nam; | |
| 469 | { | |
| 470 | < | static long ltick[MAXINP]; |
| 470 | > | static unsigned long ltick[MAXINP]; |
| 471 | static FVECT lorg[MAXINP], ldir[MAXINP]; | |
| 472 | FLOAT loc[2]; | |
| 473 | double d; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |