Changed unsigned long to unsigned int to avoid 64bit portability issue.

This commit is contained in:
Robert Osfield
2008-11-27 14:05:30 +00:00
parent 12bfb6d79a
commit cf440dfec3

View File

@@ -270,7 +270,7 @@ struct DisplaceInfo
int lightmap_sample_pos_start;
DisplaceNeighbor edge_neighbors[4];
DisplaceCornerNeighbor corner_neighbors[4];
unsigned long allowed_verts[10];
unsigned int allowed_verts[10];
};