# | Line 47 | Line 47 | typedef struct { | |
---|---|---|
47 | int sn; /* next source to aim for */ | |
48 | } sv; /* virtual source */ | |
49 | } sa; /* source aiming information */ | |
50 | < | long ntests, nhits; /* shadow tests and hits */ |
50 | > | unsigned long |
51 | > | ntests, nhits; /* shadow tests and hits */ |
52 | OBJREC *so; /* source destination object */ | |
53 | } SRCREC; /* light source */ | |
54 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |