Changeset 6181 in orxonox.OLD for branches/christmas_branche/src/world_entities
- Timestamp:
- Dec 20, 2005, 3:45:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/christmas_branche/src/world_entities/creatures/md2_creature.cc
r6180 r6181 93 93 cannon->setName("BFG"); 94 94 95 //this->getWeaponManager()->addWeapon(wpLeft, 1, 0);96 //this->getWeaponManager()->addWeapon(wpRight,1 ,1);97 //this->getWeaponManager()->addWeapon(cannon, 0, 6);95 // this->getWeaponManager()->addWeapon(wpLeft, 1, 0); 96 // this->getWeaponManager()->addWeapon(wpRight,1 ,1); 97 // this->getWeaponManager()->addWeapon(cannon, 0, 6); 98 98 99 99 //this->getWeaponManager()->addWeapon(turret, 3, 0); … … 111 111 this->setClassID(CL_MD2_CREATURE, "MD2Creature"); 112 112 113 PRINTF(4)(" SPACESHIPINIT\n");113 PRINTF(4)("MD2CREATURE INIT\n"); 114 114 115 115 EventHandler::getInstance()->grabEvents(true); … … 247 247 void MD2Creature::tick (float time) 248 248 { 249 250 249 if( likely(this->getModel(0) != NULL)) 251 250 ((MD2Model*)this->getModel(0))->tick(time); … … 289 288 this->weaponAction(); 290 289 } 290 291 291 292 292 /**
Note: See TracChangeset
for help on using the changeset viewer.