Changeset 10499 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Jan 30, 2007, 11:32:00 AM (18 years ago)
- Location:
- trunk/src/world_entities/weapons
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/heavy_blaster.cc
r10472 r10499 12 12 13 13 CREATE_FACTORY(HeavyBlaster); 14 // ObjectListDefinition(HeavyBlaster); 15 16 17 14 18 /** 15 19 * Standard constructor … … 18 22 : Weapon() 19 23 { 24 // this->registerObject(this, HeavyBlaster::_objectList); 25 20 26 this->init(leftRight); 21 27 } … … 24 30 : Weapon() 25 31 { 32 // this->registerObject(this, HeavyBlaster::_objectList); 33 26 34 // TODO add leftRight to params 27 35 this->init(0); -
trunk/src/world_entities/weapons/heavy_blaster.h
r10368 r10499 10 10 /** 11 11 * @author Marc Schaerer <marcscha@ee.ethz.ch> 12 * 12 * 13 13 * Heavy Blaster class 14 14 */ 15 15 class HeavyBlaster : public Weapon 16 16 { 17 //ObjectListDeclaration(HeavyBlaster);17 // ObjectListDeclaration(HeavyBlaster); 18 18 public: 19 19 HeavyBlaster(int leftRight);
Note: See TracChangeset
for help on using the changeset viewer.