Changeset 6174 in orxonox.OLD for branches/christmas_branche/src
- Timestamp:
- Dec 20, 2005, 2:18:34 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/christmas_branche/src/world_entities/creatures/md2_creature.cc
r6172 r6174 238 238 void MD2Creature::draw () const 239 239 { 240 this->drawLODsafe(); 240 if( likely(this->models[0] != NULL)) 241 ((MD2Model*)this->models[0])->draw(); 241 242 242 243 this->getWeaponManager()->draw(); 244 243 245 244 246 //this->debug(0);
Note: See TracChangeset
for help on using the changeset viewer.