Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 20, 2005, 4:42:53 PM (18 years ago)
Author:
patrick
Message:

christmas: some work on the creature control. not yet finished

File:
1 edited

Legend:

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

    r6191 r6195  
    138138    {
    139139      PRINTF(4)("fetching MD2 file: %s\n", fileName);
    140 //         MD2Model* m = (MD2Model*)ResourceManager::getInstance()->load(fileName, MD2, RP_CAMPAIGN);
    141140      Model* m = new MD2Model(fileName, this->md2TextureFileName);
    142141        //this->setModel((Model*)ResourceManager::getInstance()->load(fileName, MD2, RP_CAMPAIGN), 0);
Note: See TracChangeset for help on using the changeset viewer.