Changeset 7069 in orxonox.OLD for trunk/src/world_entities/creatures
- Timestamp:
- Feb 7, 2006, 2:04:57 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/creatures/md2_creature.cc
r7057 r7069 64 64 65 65 this->loadParams(doc.RootElement()); 66 this->toList(OM_GROUP_03); 66 67 } 67 68 … … 224 225 void MD2Creature::collidesWith(WorldEntity* entity, const Vector& location) 225 226 { 226 227 PRINTF(0)("Collided with the md2 model\n"); 228 //entity->die(); 227 229 } 228 230
Note: See TracChangeset
for help on using the changeset viewer.