| # | Line 74 | Line 74 | FILE *fp; | |
|---|---|---|
| 74 | if (flags & MT_UV) | |
| 75 | for (i = 0; i < pp->nverts; i++) | |
| 76 | for (j = 0; j < 2; j++) | |
| 77 | < | putint((long)pp->uv[i][j], 4, fp); |
| 77 | > | putint((long)pp->uv[i][j], 2, fp); |
| 78 | /* local triangles */ | |
| 79 | putint((long)pp->ntris, 2, fp); | |
| 80 | for (i = 0; i < pp->ntris; i++) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |