big warning hunt commit

lot of casts, added prototypes, missing includes and some true errors
This commit is contained in:
Jean-Luc Peurière
2005-03-09 19:45:59 +00:00
parent 77d44e88e9
commit c78e44cdc5
195 changed files with 739 additions and 391 deletions

View File

@@ -407,7 +407,7 @@ DuplicateMesh(
// Run through the result and add in the triangle faces.
int i;
unsigned int i;
for (i = 0; i < triangle_indices.size(); i+=3) {
// duplicate the face data for this face.
o_f_data.Duplicate(i_f_data[*f_faces_it]);