Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 4, 2006, 3:45:43 PM (18 years ago)
Author:
ponder
Message:

To rid of the triple and plane struct in types.h. now using the generic ones

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/terrain/src/lib/graphics/importer/md3/md3_animation_cfg.cc

    r8724 r9147  
    8787
    8888    // 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()) {
    9092      std::string line(cLine);
    9193
     
    176178        }
    177179      }
    178     }
     180    }*/
    179181  }
    180182
Note: See TracChangeset for help on using the changeset viewer.