Changeset 9147 in orxonox.OLD for branches/terrain/src/lib/graphics/importer/md3
- Timestamp:
- Jul 4, 2006, 3:45:43 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/lib/graphics/importer/md3/md3_animation_cfg.cc
r8724 r9147 87 87 88 88 // parse file 89 while( (read = getline(&cLine, &len, pFile)) != -1) { /*( !this->dataStream.eof()) {*/ 89 /* 90 while( (read = getline(&cLine, &len, pFile)) != -1) { 91 // ( !this->dataStream.eof()) { 90 92 std::string line(cLine); 91 93 … … 176 178 } 177 179 } 178 } 180 }*/ 179 181 } 180 182
Note: See TracChangeset
for help on using the changeset viewer.