Changeset 9391 in orxonox.OLD for trunk/src/lib/graphics/importer/md3/md3_animation_cfg.cc
- Timestamp:
- Jul 23, 2006, 2:41:44 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/md3/md3_animation_cfg.cc
r8724 r9391 87 87 88 88 // parse file 89 while( (read = getline(&cLine, &len, pFile)) != -1) { /*( !this->dataStream.eof()) {*/ 89 /// @FIXME FIXME bensch took this out, cause: not portable 90 // while( (read = getline(&cLine, &len, pFile)) != -1) { /*( !this->dataStream.eof()) {*/ 91 /* 90 92 std::string line(cLine); 91 93 … … 175 177 this->putAnimation(animation); 176 178 } 177 179 } 178 180 } 181 */ 179 182 } 180 183
Note: See TracChangeset
for help on using the changeset viewer.