Changeset 7126 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Feb 13, 2006, 1:14:53 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/turbine_hover.cc
r7125 r7126 80 80 Weapon* wpLeft = new TestGun(1); 81 81 wpLeft->setName("testGun Left"); 82 Weapon* cannon = dynamic_cast<Weapon*>(Factory::fabricate(CL_HYPERBLASTER));83 84 cannon->setName("BFG");82 //Weapon* cannon = dynamic_cast<Weapon*>(Factory::fabricate(CL_HYPERBLASTER)); 83 84 // cannon->setName("BFG"); 85 85 86 86 this->addWeapon(wpLeft, 1, 0); 87 87 this->addWeapon(wpRight,1 ,1); 88 this->addWeapon(cannon, 0, 2);88 //this->addWeapon(cannon, 0, 2); 89 89 90 90 this->getWeaponManager()->changeWeaponConfig(1);
Note: See TracChangeset
for help on using the changeset viewer.