| # | Line 137 | Line 137 | register OBJREC *o; | |
|---|---|---|
| 137 | ||
| 138 | void | |
| 139 | writescene(firstobj, nobjs, fp) /* write binary scene description */ | |
| 140 | < | OBJECT firstobj, nobjs; |
| 140 | > | int firstobj, nobjs; |
| 141 | FILE *fp; | |
| 142 | { | |
| 143 | int i; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |