Changeset 374 for trunk/src/formats/md3_loader.cc
- Timestamp:
- 05/26/15 17:35:06 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/formats/md3_loader.cc
r367 r374 172 172 source.read( surface->vertices, sizeof( md3_vertex_t ), static_cast<size_t>( surface->header.num_verts * surface->header.num_frames ) ); 173 173 174 if ( source.tell() != static_cast<s td::size_t>( pos + surface->header.ofs_end ) ) return false;174 if ( source.tell() != static_cast<size_t>( pos + surface->header.ofs_end ) ) return false; 175 175 176 176 return true;
Note: See TracChangeset
for help on using the changeset viewer.