Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9002 in orxonox.OLD for trunk/src/world_entities/weapons


Ignore:
Timestamp:
Jul 2, 2006, 12:47:18 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: redirect everything to see into the dof of the _centerNode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/test_gun.cc

    r8984 r9002  
    120120  this->setStateDuration(WS_DEACTIVATING, .4);
    121121
    122   this->setEnergyMax(1000);
    123   this->increaseEnergy(1000);
     122  this->setEnergyMax(10000);
     123  this->increaseEnergy(10000);
    124124  //this->minCharge = 2;
    125125
Note: See TracChangeset for help on using the changeset viewer.