Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 19, 2006, 10:48:45 PM (18 years ago)
Author:
patrick
Message:

bsp: md3 integrated to the resource manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/world_entities/world_entity.cc

    r8511 r8590  
    204204        this->buildObbTree(obbTreeDepth);
    205205    }
    206     else if(fileName.find(".md3") != std::string::npos)
     206    else /*if(fileName.find(".md3") != std::string::npos)*/
    207207    {
    208208      PRINTF(4)("fetching MD3 file: %s\n", fileName.c_str());
Note: See TracChangeset for help on using the changeset viewer.