Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 7, 2006, 2:04:57 PM (18 years ago)
Author:
patrick
Message:

trunk: md2 models now collide also

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/creatures/md2_creature.cc

    r7057 r7069  
    6464
    6565  this->loadParams(doc.RootElement());
     66  this->toList(OM_GROUP_03);
    6667}
    6768
     
    224225void MD2Creature::collidesWith(WorldEntity* entity, const Vector& location)
    225226{
    226 
     227  PRINTF(0)("Collided with the md2 model\n");
     228  //entity->die();
    227229}
    228230
Note: See TracChangeset for help on using the changeset viewer.